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

Afficher le fichier Open project: ADAPT/ADAPT

Méthodes publiques

Méthode 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 méthode

public static ToInternalEnumMember ( this enumMember ) : AgGateway.ADAPT.ApplicationDataModel.EnumerationMember
enumMember this
Résultat AgGateway.ADAPT.ApplicationDataModel.EnumerationMember

ToInternalRepresentation() public static méthode

public static ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.EnumeratedRepresentation
representation this
Résultat AgGateway.ADAPT.ApplicationDataModel.EnumeratedRepresentation

ToInternalRepresentation() public static méthode

public static ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.NumericRepresentation
representation this
Résultat AgGateway.ADAPT.ApplicationDataModel.NumericRepresentation

ToModelEnumMember() public static méthode

public static ToModelEnumMember ( this enumMember ) : ApplicationDataModel.Representations.EnumerationMember
enumMember this
Résultat ApplicationDataModel.Representations.EnumerationMember

ToModelRepresentation() public static méthode

public static ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.EnumeratedRepresentation
representation this
Résultat ApplicationDataModel.Representations.EnumeratedRepresentation

ToModelRepresentation() public static méthode

public static ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.NumericRepresentation
representation this
Résultat ApplicationDataModel.Representations.NumericRepresentation