C# 클래스 JavaScriptEngineSwitcher.Core.Helpers.ValidationHelpers

Validation helpers
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
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

메소드 상세

CheckNameFormat() 공개 정적인 메소드

Checks a format of the name
public static CheckNameFormat ( string name ) : bool
name string The name
리턴 bool

IsPrimitiveType() 공개 정적인 메소드

Checks whether .NET type is primitive
public static IsPrimitiveType ( Type type ) : bool
type System.Type .NET type
리턴 bool

IsSupportedType() 공개 정적인 메소드

Checks whether supports a .NET type
public static IsSupportedType ( Type type ) : bool
type System.Type .NET type
리턴 bool