C# Class AgGateway.ADAPT.Representation.RepresentationSystem.ExtensionMethods.RepresentationExtensions

Mostra file Open project: ADAPT/ADAPT

Public Methods

Method Description
ToInternalEnumMember ( this enumMember ) : AgGateway.ADAPT.ApplicationDataModel.EnumerationMember
ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.EnumeratedRepresentation
ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.NumericRepresentation
ToModelEnumMember ( this enumMember ) : ApplicationDataModel.Representations.EnumerationMember
ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.EnumeratedRepresentation
ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.NumericRepresentation

Method Details

ToInternalEnumMember() public static method

public static ToInternalEnumMember ( this enumMember ) : AgGateway.ADAPT.ApplicationDataModel.EnumerationMember
enumMember this
return AgGateway.ADAPT.ApplicationDataModel.EnumerationMember

ToInternalRepresentation() public static method

public static ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.EnumeratedRepresentation
representation this
return AgGateway.ADAPT.ApplicationDataModel.EnumeratedRepresentation

ToInternalRepresentation() public static method

public static ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.NumericRepresentation
representation this
return AgGateway.ADAPT.ApplicationDataModel.NumericRepresentation

ToModelEnumMember() public static method

public static ToModelEnumMember ( this enumMember ) : ApplicationDataModel.Representations.EnumerationMember
enumMember this
return ApplicationDataModel.Representations.EnumerationMember

ToModelRepresentation() public static method

public static ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.EnumeratedRepresentation
representation this
return ApplicationDataModel.Representations.EnumeratedRepresentation

ToModelRepresentation() public static method

public static ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.NumericRepresentation
representation this
return ApplicationDataModel.Representations.NumericRepresentation