IEvtCfgSource
The ITcEvtCfgSource Interfaces provides access to objects representing one source in the event configuration. Each source is identified by its unique Id and may contain a Name, describing the source, in multiple languages. If part of an configuration, a source object has exactly one parent object of type IEvtConfiguration. One Source object can not be child of multiple configurations. A Source may -and mostly will- contain multiple children of type ITcEvtCfgEvent.
ITcEvtConfig Methods | Description |
---|---|
Get/Set the source name in a specified language | |
Add an Event to this source | |
Get an Event with a certain Id | |
Remove an event | |
Get/Set the Source Id | |
Start enumerating through source names | |
Continue enumerating source names | |
Start enumerating children | |
Continue enumerating children | |
Get a default name according to the local machine language | |
Remove a name with a certain language | |
Get/Set the parent of this source | |
Check whether the object is only more referenced by its parent | |
Get the number of events which are children of this source | |
Copy the source to another EvtCfgSource object |