C# Класс AgGateway.ADAPT.Representation.RepresentationSystem.ExtensionMethods.RepresentationExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ToInternalEnumMember() публичный статический Метод

public static ToInternalEnumMember ( this enumMember ) : AgGateway.ADAPT.ApplicationDataModel.EnumerationMember
enumMember this
Результат AgGateway.ADAPT.ApplicationDataModel.EnumerationMember

ToInternalRepresentation() публичный статический Метод

public static ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.EnumeratedRepresentation
representation this
Результат AgGateway.ADAPT.ApplicationDataModel.EnumeratedRepresentation

ToInternalRepresentation() публичный статический Метод

public static ToInternalRepresentation ( this representation ) : AgGateway.ADAPT.ApplicationDataModel.NumericRepresentation
representation this
Результат AgGateway.ADAPT.ApplicationDataModel.NumericRepresentation

ToModelEnumMember() публичный статический Метод

public static ToModelEnumMember ( this enumMember ) : ApplicationDataModel.Representations.EnumerationMember
enumMember this
Результат ApplicationDataModel.Representations.EnumerationMember

ToModelRepresentation() публичный статический Метод

public static ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.EnumeratedRepresentation
representation this
Результат ApplicationDataModel.Representations.EnumeratedRepresentation

ToModelRepresentation() публичный статический Метод

public static ToModelRepresentation ( this representation ) : ApplicationDataModel.Representations.NumericRepresentation
representation this
Результат ApplicationDataModel.Representations.NumericRepresentation