Click or drag to resize

IConfigurationCell Interface

Represents a protocol independent interface representation of any kind of IConfigurationFrame cell.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public interface IConfigurationCell : IChannelCell, 
	IChannel, ISupportBinaryImage, ISerializable, IEquatable<IConfigurationCell>, 
	IComparable<IConfigurationCell>, IComparable
View Source

The IConfigurationCell type exposes the following members.

Properties
 NameDescription
Public propertyAnalogDataFormat Gets or sets the DataFormat for the IAnalogDefinition objects in the AnalogDefinitions of this IConfigurationCell.
Public propertyAnalogDefinitions Gets a reference to the AnalogDefinitionCollection of this IConfigurationCell.
Public propertyAttributes Gets a DictionaryTKey, TValue of string based property names and values for this IChannel object.
(Inherited from IChannel)
Public propertyBinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public propertyDigitalDefinitions Gets a reference to the DigitalDefinitionCollection of this IConfigurationCell.
Public propertyFrameRate Gets the specified frame rate of this IConfigurationCell.
Public propertyFrequencyDataFormat Gets or sets the DataFormat of the FrequencyDefinition of this IConfigurationCell.
Public propertyFrequencyDefinition Gets or sets the IFrequencyDefinition of this IConfigurationCell.
Public propertyIDCode Gets the numeric ID code for this IChannelCell.
(Inherited from IChannelCell)
Public propertyIDLabel Gets or sets the ID label of this IConfigurationCell.
Public propertyIDLabelImage Gets the binary image of the IDLabel of this IConfigurationCell.
Public propertyIDLabelLength Gets the length of the IDLabel of this IConfigurationCell.
Public propertyMaximumStationNameLength Gets the maximum length of the StationName of this IConfigurationCell.
Public propertyNominalFrequency Gets or sets the nominal LineFrequency of the FrequencyDefinition of this IConfigurationCell.
Public propertyParent Gets a reference to the parent IConfigurationFrame for this IConfigurationCell.
Public propertyPhasorAngleFormat Gets or sets the AngleFormat for the IPhasorDefinition objects in the PhasorDefinitions of this IConfigurationCell.
Public propertyPhasorCoordinateFormat Gets or sets the CoordinateFormat for the IPhasorDefinition objects in the PhasorDefinitions of this IConfigurationCell.
Public propertyPhasorDataFormat Gets or sets the DataFormat for the IPhasorDefinition objects in the PhasorDefinitions of this IConfigurationCell.
Public propertyPhasorDefinitions Gets a reference to the PhasorDefinitionCollection of this IConfigurationCell.
Public propertyRevisionCount Gets or sets the revision count of this IConfigurationCell.
Public propertyState Gets or sets the parsing state for the this IConfigurationCell.
Public propertyStationName Gets or sets the station name of this IConfigurationCell.
Public propertyStationNameImage Gets the binary image of the StationName of this IConfigurationCell.
Public propertyTag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel)
Top
Methods
 NameDescription
Public methodCompareTo(T)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 IComparableIConfigurationCell)
Public methodCompareTo(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)
Public methodEqualsIndicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIConfigurationCell)
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage)
Top
Extension Methods
 NameDescription
Public Extension MethodBinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension MethodParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
See Also