C# 클래스 Composite.Data.DynamicTypes.DataTypeDescriptorExtensions

파일 보기 프로젝트 열기: Orckestra/C1-CMS

공개 메소드들

메소드 설명
GetFullInterfaceName ( this dataTypeDescriptor ) : string

This method returns the full interface name. F.e. "Composite.Data.Types.IPage"

ValidateRuntimeType ( this dataTypeDescriptor ) : bool

This method will return false if the type is not code generated and does exists

메소드 상세

GetFullInterfaceName() 공개 정적인 메소드

This method returns the full interface name. F.e. "Composite.Data.Types.IPage"
public static GetFullInterfaceName ( this dataTypeDescriptor ) : string
dataTypeDescriptor this
리턴 string

ValidateRuntimeType() 공개 정적인 메소드

This method will return false if the type is not code generated and does exists
public static ValidateRuntimeType ( this dataTypeDescriptor ) : bool
dataTypeDescriptor this
리턴 bool