C# 클래스 Zetbox.Generator.Extensions.PropertyChecks

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
GetCSharpTypeDef ( this prop ) : string
HasPersistentOrder ( this prop ) : bool
IsAssociation ( this prop ) : bool
IsCompoundObjectPropertyList ( this prop ) : bool
IsCompoundObjectPropertySingle ( this prop ) : bool
IsEnumerationPropertyList ( this prop ) : bool
IsEnumerationPropertySingle ( this prop ) : bool
IsList ( this prop ) : bool
IsObjectReferencePropertyList ( this prop ) : bool
IsObjectReferencePropertySingle ( this prop ) : bool
IsValueTypePropertyList ( this prop ) : bool
IsValueTypePropertySingle ( this prop ) : bool

메소드 상세

GetCSharpTypeDef() 공개 정적인 메소드

public static GetCSharpTypeDef ( this prop ) : string
prop this
리턴 string

HasPersistentOrder() 공개 정적인 메소드

public static HasPersistentOrder ( this prop ) : bool
prop this
리턴 bool

IsAssociation() 공개 정적인 메소드

public static IsAssociation ( this prop ) : bool
prop this
리턴 bool

IsCompoundObjectPropertyList() 공개 정적인 메소드

public static IsCompoundObjectPropertyList ( this prop ) : bool
prop this
리턴 bool

IsCompoundObjectPropertySingle() 공개 정적인 메소드

public static IsCompoundObjectPropertySingle ( this prop ) : bool
prop this
리턴 bool

IsEnumerationPropertyList() 공개 정적인 메소드

public static IsEnumerationPropertyList ( this prop ) : bool
prop this
리턴 bool

IsEnumerationPropertySingle() 공개 정적인 메소드

public static IsEnumerationPropertySingle ( this prop ) : bool
prop this
리턴 bool

IsList() 공개 정적인 메소드

public static IsList ( this prop ) : bool
prop this
리턴 bool

IsObjectReferencePropertyList() 공개 정적인 메소드

public static IsObjectReferencePropertyList ( this prop ) : bool
prop this
리턴 bool

IsObjectReferencePropertySingle() 공개 정적인 메소드

public static IsObjectReferencePropertySingle ( this prop ) : bool
prop this
리턴 bool

IsValueTypePropertyList() 공개 정적인 메소드

public static IsValueTypePropertyList ( this prop ) : bool
prop this
리턴 bool

IsValueTypePropertySingle() 공개 정적인 메소드

public static IsValueTypePropertySingle ( this prop ) : bool
prop this
리턴 bool