C# Class Duality.Serialization.ExtMethodsDataType

Extension methods for Duality.Serialization.DataType
Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

Méthode Description
HasObjectId ( this dt ) : bool

Returns whether the specified DataType requires a unique object id during serialization.

HasTypeName ( this dt ) : bool

Returns whether the specified DataType requires an explicit type name during serialization.

IsMemberInfoType ( this dt ) : bool

Returns whether the Duality.Serialization.DataType represents a System.Reflection.MemberInfo type.

IsPrimitiveType ( this dt ) : bool

Returns whether the Duality.Serialization.DataType represents a primitive data type.

ToActualType ( this dt ) : Type

Returns the actual System.Type that is associated with the Duality.Serialization.DataType.

Method Details

HasObjectId() public static méthode

Returns whether the specified DataType requires a unique object id during serialization.
public static HasObjectId ( this dt ) : bool
dt this
Résultat bool

HasTypeName() public static méthode

Returns whether the specified DataType requires an explicit type name during serialization.
public static HasTypeName ( this dt ) : bool
dt this
Résultat bool

IsMemberInfoType() public static méthode

Returns whether the Duality.Serialization.DataType represents a System.Reflection.MemberInfo type.
public static IsMemberInfoType ( this dt ) : bool
dt this
Résultat bool

IsPrimitiveType() public static méthode

Returns whether the Duality.Serialization.DataType represents a primitive data type.
public static IsPrimitiveType ( this dt ) : bool
dt this
Résultat bool

ToActualType() public static méthode

Returns the actual System.Type that is associated with the Duality.Serialization.DataType.
public static ToActualType ( this dt ) : Type
dt this
Résultat System.Type