C# 클래스 AgGateway.ADAPT.Representation.RepresentationSystem.ExtensionMethods.RepresentationExtensions

파일 보기 프로젝트 열기: ADAPT/ADAPT

공개 메소드들

메소드 설명
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