C# 클래스 Catel.Runtime.Serialization.MemberValue

파일 보기 프로젝트 열기: Catel/Catel 1 사용 예제들

공개 메소드들

메소드 설명
GetBestMemberType ( ) : Type

Gets the the best member type. Code is equal to memberValue.ActualMemberType ?? memberValue.MemberType.

MemberValue ( SerializationMemberGroup memberGroup, Type modelType, Type memberType, string name, string nameForSerialization, object value ) : Catel.Reflection

Initializes a new instance of the MemberValue class.

메소드 상세

GetBestMemberType() 공개 메소드

Gets the the best member type. Code is equal to memberValue.ActualMemberType ?? memberValue.MemberType.
public GetBestMemberType ( ) : Type
리턴 System.Type

MemberValue() 공개 메소드

Initializes a new instance of the MemberValue class.
public MemberValue ( SerializationMemberGroup memberGroup, Type modelType, Type memberType, string name, string nameForSerialization, object value ) : Catel.Reflection
memberGroup SerializationMemberGroup Group of the member.
modelType System.Type Type of the model.
memberType System.Type Type of the member.
name string The name.
nameForSerialization string The name for serialization.
value object The value.
리턴 Catel.Reflection