C# 클래스 UIOMatic.Helper

파일 보기 프로젝트 열기: TimGeyssens/UIOMatic

공개 메소드들

메소드 설명
ChangeType ( object value, Type type ) : object
GetTypesWithUIOMaticAttribute ( ) : IEnumerable
SetValue ( object inputObject, string propertyName, object propertyVal ) : void

비공개 메소드들

메소드 설명
EnsureTypes ( ) : IEnumerable
IsNullableType ( Type type ) : bool

메소드 상세

ChangeType() 공개 정적인 메소드

public static ChangeType ( object value, Type type ) : object
value object
type System.Type
리턴 object

GetTypesWithUIOMaticAttribute() 공개 정적인 메소드

public static GetTypesWithUIOMaticAttribute ( ) : IEnumerable
리턴 IEnumerable

SetValue() 공개 정적인 메소드

public static SetValue ( object inputObject, string propertyName, object propertyVal ) : void
inputObject object
propertyName string
propertyVal object
리턴 void