PropertyInterface
Nectunia.PropertyInterface.ExtensionValuesType Class Reference

Detailed Description

Allow to a Tag.ValueType to return it's equivalent as a System.Type.


Static Public Member Functions

static System.Type GetSystemType (this Tag.ValueType type)
 Return the Type of the Tag.ValueType. More...
 
static System.Object GetDefaultSystemValue (this Tag.ValueType type)
 Get the default value for current valuesType. More...
 

Member Function Documentation

◆ GetDefaultSystemValue()

static System.Object Nectunia.PropertyInterface.ExtensionValuesType.GetDefaultSystemValue ( this Tag.ValueType  type)
static

Get the default value for current valuesType.

Parameters
typeThe Tag.ValueType to return the default value.
Returns
The default value.

◆ GetSystemType()

static System.Type Nectunia.PropertyInterface.ExtensionValuesType.GetSystemType ( this Tag.ValueType  type)
static

Return the Type of the Tag.ValueType.

Parameters
typeThe Tag.ValueType to return the system Type.
Returns
The System.Type of the Tag.ValueType.