C# Class Dmap.ContentCodeBag

Afficher le fichier Open project: gburt/dmap-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Lookup ( int number ) : ContentCode
Lookup ( string name ) : ContentCode
ParseCodes ( byte buffer ) : ContentCodeBag

Private Methods

Méthode Description
AddCode ( ContentCode code ) : void
AddCode ( string num, string name, ContentType type ) : void
ContentCodeBag ( ) : System
GetIntFormat ( string code ) : int
GetStringFormat ( int code ) : string
ToNode ( ) : ContentNode

Method Details

Lookup() public méthode

public Lookup ( int number ) : ContentCode
number int
Résultat ContentCode

Lookup() public méthode

public Lookup ( string name ) : ContentCode
name string
Résultat ContentCode

ParseCodes() public static méthode

public static ParseCodes ( byte buffer ) : ContentCodeBag
buffer byte
Résultat ContentCodeBag