Click or drag to resize

FrequencyDefinition Class

Represents the Macrodyne implementation of a IFrequencyDefinition.
Inheritance Hierarchy
SystemObject
  GSF.ParsingBinaryImageBase
    GSF.PhasorProtocolsChannelBase
      GSF.PhasorProtocolsChannelDefinitionBase
        GSF.PhasorProtocolsFrequencyDefinitionBase
          GSF.PhasorProtocols.MacrodyneFrequencyDefinition

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

The FrequencyDefinition type exposes the following members.

Constructors
 NameDescription
Public methodFrequencyDefinition(IConfigurationCell) Creates a new FrequencyDefinition.
Public methodFrequencyDefinition(ConfigurationCell, String) Creates a new FrequencyDefinition from the specified parameters.
Protected methodFrequencyDefinition(SerializationInfo, StreamingContext) Creates a new FrequencyDefinition from serialization parameters.
Top
Properties
 NameDescription
Public propertyAttributes Gets a DictionaryTKey, TValue of string based property names and values for this FrequencyDefinitionBase object.
(Inherited from FrequencyDefinitionBase)
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 propertyConversionFactor Gets or sets the conversion factor of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyDataFormat Gets the DataFormat of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyDfDtOffset Gets or sets the df/dt offset of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyDfDtScalingValue Gets or sets the df/dt scaling value of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
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 FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
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 FrequencyDefinition.
(Overrides ChannelDefinitionBaseMaximumLabelLength)
Public propertyMaximumScalingValue Gets the maximum value for the ScalingValue of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyNominalFrequency Gets the nominal LineFrequency of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyOffset Gets or sets the offset of this FrequencyDefinition.
(Overrides FrequencyDefinitionBaseOffset)
Public propertyParent Gets or sets the ConfigurationCell parent of this FrequencyDefinition.
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 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)
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.
(Inherited from FrequencyDefinitionBase)
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 ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
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