C# Class Xml.Net.ObjectType

Exibir arquivo Open project: hughbe/xml.net

Private Properties

Property Type Description
IsList bool
IsPrimitive bool
ObjectType System

Public Methods

Method Description
Equals ( object obj ) : bool
From ( Type type ) : ObjectType
From ( object value ) : ObjectType
GetHashCode ( ) : int
IsDictionary ( Type type ) : bool

Checks if the object is a dictionary (e.g Dictionary, HashTable etc.).

operator ( ) : bool

Private Methods

Method Description
IsList ( Type type ) : bool

Checks if the type is a list (e.g List, Array etc.).

IsPrimitive ( Type type ) : bool

Checks if the type is a fundamental primitive object (e.g string, int etc.).

ObjectType ( int id ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

From() public static method

public static From ( Type type ) : ObjectType
type System.Type
return ObjectType

From() public static method

public static From ( object value ) : ObjectType
value object
return ObjectType

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDictionary() public static method

Checks if the object is a dictionary (e.g Dictionary, HashTable etc.).
public static IsDictionary ( Type type ) : bool
type System.Type
return bool

operator() public static method

public static operator ( ) : bool
return bool