C# Class ValueTuples.Reflection.TypeRepository

Exibir arquivo Open project: ufcpp/UfcppSample

Public Properties

Property Type Description
Boolean RecordTypeInfo
Byte RecordTypeInfo
DateTime RecordTypeInfo
Decimal RecordTypeInfo
Double RecordTypeInfo
Int16 RecordTypeInfo
Int32 RecordTypeInfo
Int64 RecordTypeInfo
SByte RecordTypeInfo
Single RecordTypeInfo
String RecordTypeInfo
UInt16 RecordTypeInfo
UInt32 RecordTypeInfo
UInt64 RecordTypeInfo

Public Methods

Method Description
Get ( Type t ) : RecordTypeInfo
Register ( Type t, RecordTypeInfo info ) : void

Private Methods

Method Description
TypeRepository ( ) : System

Method Details

Get() public static method

public static Get ( Type t ) : RecordTypeInfo
t System.Type
return RecordTypeInfo

Register() public static method

public static Register ( Type t, RecordTypeInfo info ) : void
t System.Type
info RecordTypeInfo
return void

Property Details

Boolean public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Boolean
return RecordTypeInfo

Byte public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Byte
return RecordTypeInfo

DateTime public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection DateTime
return RecordTypeInfo

Decimal public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Decimal
return RecordTypeInfo

Double public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Double
return RecordTypeInfo

Int16 public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Int16
return RecordTypeInfo

Int32 public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Int32
return RecordTypeInfo

Int64 public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Int64
return RecordTypeInfo

SByte public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection SByte
return RecordTypeInfo

Single public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection Single
return RecordTypeInfo

String public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection String
return RecordTypeInfo

UInt16 public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection UInt16
return RecordTypeInfo

UInt32 public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection UInt32
return RecordTypeInfo

UInt64 public_oe static_oe property

public static RecordTypeInfo,ValueTuples.Reflection UInt64
return RecordTypeInfo