C# 클래스 BExIS.Dlm.Services.TypeSystem.DataTypeUtility

파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
GetTypeCode ( string type ) : DataTypeCode
IsTypeOf ( object data, string systemType ) : bool

메소드 상세

GetTypeCode() 공개 정적인 메소드

public static GetTypeCode ( string type ) : DataTypeCode
type string
리턴 DataTypeCode

IsTypeOf() 공개 정적인 메소드

public static IsTypeOf ( object data, string systemType ) : bool
data object
systemType string
리턴 bool