C# Class MsieJavaScriptEngine.Helpers.ValidationHelpers

Validation helpers
Afficher le fichier Open project: Taritsyn/MsieJavaScriptEngine

Méthodes publiques

Méthode Description
CheckNameFormat ( string name ) : bool

Checks a format of the name

IsPrimitiveType ( Type type ) : bool

Checks whether .NET type is primitive

IsSupportedType ( Type type ) : bool

Checks whether supports a .NET type

Method Details

CheckNameFormat() public static méthode

Checks a format of the name
public static CheckNameFormat ( string name ) : bool
name string The name
Résultat bool

IsPrimitiveType() public static méthode

Checks whether .NET type is primitive
public static IsPrimitiveType ( Type type ) : bool
type System.Type .NET type
Résultat bool

IsSupportedType() public static méthode

Checks whether supports a .NET type
public static IsSupportedType ( Type type ) : bool
type System.Type .NET type
Résultat bool