C# 클래스 Dmap.ContentCodeBag

파일 보기 프로젝트 열기: gburt/dmap-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Lookup ( int number ) : ContentCode
Lookup ( string name ) : ContentCode
ParseCodes ( byte buffer ) : ContentCodeBag

비공개 메소드들

메소드 설명
AddCode ( ContentCode code ) : void
AddCode ( string num, string name, ContentType type ) : void
ContentCodeBag ( ) : System
GetIntFormat ( string code ) : int
GetStringFormat ( int code ) : string
ToNode ( ) : ContentNode

메소드 상세

Lookup() 공개 메소드

public Lookup ( int number ) : ContentCode
number int
리턴 ContentCode

Lookup() 공개 메소드

public Lookup ( string name ) : ContentCode
name string
리턴 ContentCode

ParseCodes() 공개 정적인 메소드

public static ParseCodes ( byte buffer ) : ContentCodeBag
buffer byte
리턴 ContentCodeBag