Represents a protocol independent interface representation of any kind of IConfigurationFrame cell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IConfigurationCell : IChannelCell, IChannel, ISupportBinaryImage, ISerializable, IEquatable<IConfigurationCell>, IComparable<IConfigurationCell>, IComparable
Public Interface IConfigurationCell _ Inherits IChannelCell, IChannel, ISupportBinaryImage, ISerializable, _ IEquatable(Of IConfigurationCell), IComparable(Of IConfigurationCell), IComparable
public interface class IConfigurationCell : IChannelCell, IChannel, ISupportBinaryImage, ISerializable, IEquatable<IConfigurationCell^>, IComparable<IConfigurationCell^>, IComparable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
AnalogDataFormat |
Gets or sets the DataFormat for the IAnalogDefinition objects in the AnalogDefinitions of this IConfigurationCell.
| |
AnalogDefinitions |
Gets a reference to the AnalogDefinitionCollection of this IConfigurationCell.
| |
Attributes |
Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this IChannel object.
(Inherited from IChannel.) | |
BinaryImage()()()() | (Inherited from ISupportBinaryImage.) | |
BinaryLength()()()() | (Inherited from ISupportBinaryImage.) | |
CompareTo(T) |
Compares the current object with another object of the same type.
(Inherited from IComparable<(Of <(<'IConfigurationCell>)>)>.) | |
CompareTo(Object) |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable.) | |
CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
DigitalDefinitions |
Gets a reference to the DigitalDefinitionCollection of this IConfigurationCell.
| |
Equals(T) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatable<(Of <(<'IConfigurationCell>)>)>.) | |
FrameRate |
Gets the specified frame rate of this IConfigurationCell.
| |
FrequencyDataFormat | ||
FrequencyDefinition |
Gets or sets the IFrequencyDefinition of this IConfigurationCell.
| |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.) | |
IDCode |
Gets the numeric ID code for this IChannelCell.
(Inherited from IChannelCell.) | |
IDLabel |
Gets or sets the ID label of this IConfigurationCell.
| |
IDLabelImage |
Gets the binary image of the IDLabel of this IConfigurationCell.
| |
IDLabelLength |
Gets the length of the IDLabel of this IConfigurationCell.
| |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from ISupportBinaryImage.) | |
MaximumStationNameLength |
Gets the maximum length of the StationName of this IConfigurationCell.
| |
NominalFrequency | ||
Parent |
Gets a reference to the parent IConfigurationFrame for this IConfigurationCell.
| |
Parent |
Gets a reference to the parent IChannelFrame for this IChannelCell.
(Inherited from IChannelCell.) | |
PhasorCoordinateFormat |
Gets or sets the CoordinateFormat for the IPhasorDefinition objects in the PhasorDefinitions of this IConfigurationCell.
| |
PhasorDataFormat |
Gets or sets the DataFormat for the IPhasorDefinition objects in the PhasorDefinitions of this IConfigurationCell.
| |
PhasorDefinitions |
Gets a reference to the PhasorDefinitionCollection of this IConfigurationCell.
| |
RevisionCount |
Gets or sets the revision count of this IConfigurationCell.
| |
State |
Gets or sets the parsing state for the this IConfigurationCell.
| |
State |
Gets or sets the parsing state for the this ChannelCellBase.
(Inherited from IChannelCell.) | |
State |
Gets or sets the parsing state for this IChannel object.
(Inherited from IChannel.) | |
StationName |
Gets or sets the station name of this IConfigurationCell.
| |
StationNameImage |
Gets the binary image of the StationName of this IConfigurationCell.
| |
Tag |
Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel.) |