C# Class EntitiesBT.Variant.VariantValueTypeRegistry

Afficher le fichier Open project: quabug/EntitiesBT

Méthodes publiques

Méthode Description
GetAllTypes ( ) : IEnumerable
GetIdByType ( Type type ) : int
GetTypeById ( int id ) : Type

Private Methods

Méthode Description
VariantValueTypeRegistry ( ) : System

Method Details

GetAllTypes() public static méthode

public static GetAllTypes ( ) : IEnumerable
Résultat IEnumerable

GetIdByType() public static méthode

public static GetIdByType ( Type type ) : int
type Type
Résultat int

GetTypeById() public static méthode

public static GetTypeById ( int id ) : Type
id int
Résultat Type