Method | 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 ) : |
Returns the actual System.Type that is associated with the Duality.Serialization.DataType.
|
public static IsMemberInfoType ( this dt ) : bool | ||
dt | this | |
return | bool |
public static IsPrimitiveType ( this dt ) : bool | ||
dt | this | |
return | bool |
public static ToActualType ( this dt ) : |
||
dt | this | |
return |