Свойство | Тип | Описание | |
---|---|---|---|
ChannelDefinitionsTag | System.Guid | ||
DataSourceCoordinatesTag | System.Guid | ||
DataSourceNameTag | System.Guid | ||
DataSourceTypeTag | System.Guid | ||
EffectiveTag | System.Guid | ||
EquipmentIDTag | System.Guid | ||
OneChannelDefinitionTag | System.Guid | ||
VendorIDTag | System.Guid |
Метод | Описание | |
---|---|---|
AddNewChannelDefinition ( ) : ChannelDefinition |
Adds a new channel definition to the collection of channel definitions in this data source record.
|
|
CreateDataSourceRecord ( GSF.PQDIF.Physical.Record physicalRecord ) : |
Creates a new data source record from the given physical record if the physical record is of type data source. Returns null if it is not.
|
|
Remove ( ChannelDefinition channelDefinition ) : void |
Removes the given channel definition from the collection of channel definitions.
|
|
RemoveElement ( System.Guid tag ) : void |
Removes the element identified by the given tag from the record.
|
Метод | Описание | |
---|---|---|
DataSourceRecord ( GSF.PQDIF.Physical.Record physicalRecord ) : System |
Creates a new instance of the DataSourceRecord class.
|
public AddNewChannelDefinition ( ) : ChannelDefinition | ||
Результат | ChannelDefinition |
public static CreateDataSourceRecord ( GSF.PQDIF.Physical.Record physicalRecord ) : |
||
physicalRecord | GSF.PQDIF.Physical.Record | The physical record used to create the data source record. |
Результат |
public Remove ( ChannelDefinition channelDefinition ) : void | ||
channelDefinition | ChannelDefinition | The channel definition to be removed. |
Результат | void |
public RemoveElement ( System.Guid tag ) : void | ||
tag | System.Guid | The tag of the element to be removed. |
Результат | void |
public static Guid,System ChannelDefinitionsTag | ||
Результат | System.Guid |
public static Guid,System DataSourceCoordinatesTag | ||
Результат | System.Guid |
public static Guid,System DataSourceNameTag | ||
Результат | System.Guid |
public static Guid,System DataSourceTypeTag | ||
Результат | System.Guid |
public static Guid,System EffectiveTag | ||
Результат | System.Guid |
public static Guid,System EquipmentIDTag | ||
Результат | System.Guid |
public static Guid,System OneChannelDefinitionTag | ||
Результат | System.Guid |