Click or drag to resize

PhasorDefinition Class

Represents the Macrodyne implementation of a IPhasorDefinition.
Inheritance Hierarchy
SystemObject
  GSF.ParsingBinaryImageBase
    GSF.PhasorProtocolsChannelBase
      GSF.PhasorProtocolsChannelDefinitionBase
        GSF.PhasorProtocolsPhasorDefinitionBase
          GSF.PhasorProtocols.MacrodynePhasorDefinition

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[SerializableAttribute]
public class PhasorDefinition : PhasorDefinitionBase
View Source

The PhasorDefinition type exposes the following members.

Constructors
 NameDescription
Public methodPhasorDefinition(IConfigurationCell) Creates a new PhasorDefinition from specified parameters.
Protected methodPhasorDefinition(SerializationInfo, StreamingContext) Creates a new PhasorDefinition from serialization parameters.
Public methodPhasorDefinition(ConfigurationCell, Int32, String) Creates a new PhasorDefinition from specified parameters.
Public methodPhasorDefinition(ConfigurationCell, String, PhasorType, PhasorDefinition) Creates a new PhasorDefinition from specified parameters.
Top
Properties
 NameDescription
Public propertyAngleFormat Gets or sets the AngleFormat of this PhasorDefinitionBase.
(Inherited from PhasorDefinitionBase)
Public propertyAttributes Gets a DictionaryTKey, TValue of string based property names and values for this PhasorDefinition object.
(Overrides PhasorDefinitionBaseAttributes)
Public propertyAutoPadLabelImage Gets flag that indicates if LabelImage should auto pad-right value to MaximumLabelLength.
(Inherited from ChannelDefinitionBase)
Public propertyBinaryImage Gets the binary image of the ChannelBase object.
(Inherited from ChannelBase)
Public propertyBinaryLength Gets the length of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Protected propertyBodyImage Gets the binary body image of the ChannelDefinitionBase object.
(Inherited from ChannelDefinitionBase)
Protected propertyBodyLength Gets the length of the BodyImage.
(Inherited from ChannelDefinitionBase)
Public propertyCalFactor Gets or sets calibration factor of this PhasorDefinition.
Public propertyConversionFactor Gets or sets the conversion factor of this ChannelDefinitionBase.
(Overrides ChannelDefinitionBaseConversionFactor)
Public propertyCoordinateFormat Gets or sets the CoordinateFormat of this PhasorDefinitionBase.
(Inherited from PhasorDefinitionBase)
Public propertyDataFormat Gets the DataFormat of this PhasorDefinitionBase.
(Inherited from PhasorDefinitionBase)
Protected propertyFooterImage Gets the binary footer image of the BinaryImageBase object.
(Inherited from ChannelBase)
Protected propertyFooterLength Gets the length of the footer portion of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Protected propertyHeaderImage Gets the binary header image of the ChannelBase object.
(Inherited from ChannelBase)
Protected propertyHeaderLength Gets the length of the header portion of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Public propertyIndex Gets or sets the index of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyLabel Gets or sets the label of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyLabelImage Gets the binary image of the Label of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyMaximumLabelLength Gets the maximum length of the Label of this PhasorDefinition.
(Overrides ChannelDefinitionBaseMaximumLabelLength)
Public propertyMaximumScalingValue Gets the maximum value for the ScalingValue of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyOffset Gets or sets the offset of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyParent Gets or sets the ConfigurationCell parent of this PhasorDefinition.
Public propertyPhasorType Gets or sets the PhasorType of this PhasorDefinitionBase.
(Inherited from PhasorDefinitionBase)
Public propertyRatio Gets or sets ratio of this PhasorDefinition.
Public propertyScalePerBit Gets the scale/bit for the ScalingValue of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyScalingValue Gets or sets the integer scaling value of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyShunt Gets or sets shunt value of this PhasorDefinition.
Public propertyState Gets or sets the parsing state for this ChannelBase object.
(Inherited from ChannelBase)
Public propertyTag Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase)
Public propertyVoltageReference Gets or sets the associated IPhasorDefinition that represents the voltage reference (if any).
(Inherited from PhasorDefinitionBase)
Public propertyVoltageReferenceIndex Gets or sets voltage reference index of this PhasorDefinition.
Top
Methods
 NameDescription
Public methodCompareTo(IChannelDefinition) Compares this instance to a specified IChannelDefinition object and returns an indication of their relative values.
(Inherited from ChannelDefinitionBase)
Public methodCompareTo(Object) Compares this instance to a specified object and returns an indication of their relative values.
(Inherited from ChannelDefinitionBase)
Public methodEquals(IChannelDefinition) Returns a value indicating whether this instance is equal to specified IChannelDefinition value.
(Inherited from ChannelDefinitionBase)
Public methodEquals(Object) Returns a value indicating whether this instance is equal to a specified object.
(Inherited from ChannelDefinitionBase)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ChannelBase)
Protected methodGenerateBodyImage Generates the binary body image and copies it into the given buffer, for BodyLength bytes.
(Inherited from BinaryImageBase)
Protected methodGenerateFooterImage Generates the binary footer image and copies it into the given buffer, for FooterLength bytes.
(Inherited from BinaryImageBase)
Protected methodGenerateHeaderImage Generates the binary header image and copies it into the given buffer, for HeaderLength bytes.
(Inherited from BinaryImageBase)
Public methodGetHashCode Returns the hash code for this instance.
(Inherited from ChannelDefinitionBase)
Public methodGetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides PhasorDefinitionBaseGetObjectData(SerializationInfo, StreamingContext))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from BinaryImageBase)
Protected methodParseBodyImage Parses the binary body image.
(Inherited from ChannelDefinitionBase)
Protected methodParseFooterImage Parses the binary footer image.
(Inherited from BinaryImageBase)
Protected methodParseHeaderImage Parses the binary header image.
(Inherited from BinaryImageBase)
Public methodToString Gets the string representation of this PhasorDefinitionBase.
(Inherited from PhasorDefinitionBase)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also