Class DataTypeInfoFactory
A data type information factory.
Inheritance
System.Object
DataTypeInfoFactory
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Runtime
Assembly: Kephas.Data.dll
Syntax
public class DataTypeInfoFactory : IRuntimeTypeInfoFactory
Methods
| Improve this Doc View SourceTryCreateRuntimeTypeInfo(Type)
Tries to create the runtime type information type for the provided raw type.
Declaration
public IRuntimeTypeInfo TryCreateRuntimeTypeInfo(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The raw type. |
Returns
Type | Description |
---|---|
IRuntimeTypeInfo | The matching runtime type information type, or |