C# 클래스 KellermanSoftware.CompareNetObjects.TypeHelper

Methods for detecting
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
CanHaveChildren ( Type type ) : bool

Returns true if the type can have children

IsArray ( Type type ) : bool

True if the type is an array

IsByteArray ( Type type ) : bool

Returns true if it is a byte array

IsClass ( Type type ) : bool

Return true if the type is a class

IsDataRow ( Type type ) : bool

Returns true if the type is a data row

IsDataTable ( Type type ) : bool

Returns true if the type is a data table

IsDataset ( Type type ) : bool

Returns true if the type is a dataset

IsDateTime ( Type type ) : bool

Return true if the type is a DateTime

IsDateTimeOffset ( Type type ) : bool

Return true if the type is a DateTimeOffset

IsDouble ( Type type ) : bool

Return true if the type is a Double

IsEnum ( Type type ) : bool

Return true if the type is an enum

IsEnumerable ( Type type ) : bool

Return true if the type is an Enumerable

IsFont ( Type type ) : bool

Returns true if the type is a font

IsHashSet ( Type type ) : bool

Return true if the type is a hashset

IsIDictionary ( Type type ) : bool

Return true if the type is a dictionary

IsIList ( Type type ) : bool

Return true if the type is a List

IsInterface ( Type type ) : bool

Return true if the type is an interface

IsIpEndPoint ( Type type ) : bool

Returns true if the type is an IPEndPoint

IsPointer ( Type type ) : bool

Return true if the type is a pointer

IsRuntimeType ( Type type ) : bool

Returns true if the Type is a Runtime type

IsSimpleType ( Type type ) : bool

Return true if the type is a primitive type, date, decimal, string, or GUID

IsString ( Type type ) : bool

Return true if the type is a string

IsStruct ( Type type ) : bool

Returns true if it is a struct

IsTimespan ( Type type ) : bool

Returns true if the type is a timespan

IsUri ( Type type ) : bool

Return true if the type is a URI

메소드 상세

CanHaveChildren() 공개 정적인 메소드

Returns true if the type can have children
public static CanHaveChildren ( Type type ) : bool
type System.Type
리턴 bool

IsArray() 공개 정적인 메소드

True if the type is an array
public static IsArray ( Type type ) : bool
type System.Type
리턴 bool

IsByteArray() 공개 정적인 메소드

Returns true if it is a byte array
public static IsByteArray ( Type type ) : bool
type System.Type
리턴 bool

IsClass() 공개 정적인 메소드

Return true if the type is a class
public static IsClass ( Type type ) : bool
type System.Type
리턴 bool

IsDataRow() 공개 정적인 메소드

Returns true if the type is a data row
public static IsDataRow ( Type type ) : bool
type System.Type
리턴 bool

IsDataTable() 공개 정적인 메소드

Returns true if the type is a data table
public static IsDataTable ( Type type ) : bool
type System.Type
리턴 bool

IsDataset() 공개 정적인 메소드

Returns true if the type is a dataset
public static IsDataset ( Type type ) : bool
type System.Type
리턴 bool

IsDateTime() 공개 정적인 메소드

Return true if the type is a DateTime
public static IsDateTime ( Type type ) : bool
type System.Type
리턴 bool

IsDateTimeOffset() 공개 정적인 메소드

Return true if the type is a DateTimeOffset
public static IsDateTimeOffset ( Type type ) : bool
type System.Type
리턴 bool

IsDouble() 공개 정적인 메소드

Return true if the type is a Double
public static IsDouble ( Type type ) : bool
type System.Type
리턴 bool

IsEnum() 공개 정적인 메소드

Return true if the type is an enum
public static IsEnum ( Type type ) : bool
type System.Type
리턴 bool

IsEnumerable() 공개 정적인 메소드

Return true if the type is an Enumerable
public static IsEnumerable ( Type type ) : bool
type System.Type
리턴 bool

IsFont() 공개 정적인 메소드

Returns true if the type is a font
public static IsFont ( Type type ) : bool
type System.Type The type1.
리턴 bool

IsHashSet() 공개 정적인 메소드

Return true if the type is a hashset
public static IsHashSet ( Type type ) : bool
type System.Type
리턴 bool

IsIDictionary() 공개 정적인 메소드

Return true if the type is a dictionary
public static IsIDictionary ( Type type ) : bool
type System.Type
리턴 bool

IsIList() 공개 정적인 메소드

Return true if the type is a List
public static IsIList ( Type type ) : bool
type System.Type
리턴 bool

IsInterface() 공개 정적인 메소드

Return true if the type is an interface
public static IsInterface ( Type type ) : bool
type System.Type
리턴 bool

IsIpEndPoint() 공개 정적인 메소드

Returns true if the type is an IPEndPoint
public static IsIpEndPoint ( Type type ) : bool
type System.Type
리턴 bool

IsPointer() 공개 정적인 메소드

Return true if the type is a pointer
public static IsPointer ( Type type ) : bool
type System.Type
리턴 bool

IsRuntimeType() 공개 정적인 메소드

Returns true if the Type is a Runtime type
public static IsRuntimeType ( Type type ) : bool
type System.Type
리턴 bool

IsSimpleType() 공개 정적인 메소드

Return true if the type is a primitive type, date, decimal, string, or GUID
public static IsSimpleType ( Type type ) : bool
type System.Type
리턴 bool

IsString() 공개 정적인 메소드

Return true if the type is a string
public static IsString ( Type type ) : bool
type System.Type
리턴 bool

IsStruct() 공개 정적인 메소드

Returns true if it is a struct
public static IsStruct ( Type type ) : bool
type System.Type
리턴 bool

IsTimespan() 공개 정적인 메소드

Returns true if the type is a timespan
public static IsTimespan ( Type type ) : bool
type System.Type
리턴 bool

IsUri() 공개 정적인 메소드

Return true if the type is a URI
public static IsUri ( Type type ) : bool
type System.Type
리턴 bool