Class TypeInfoExtensions
Inheritance
System.Object
TypeInfoExtensions
Namespace: Paradigm.ORM.Data.Extensions
Assembly: Paradigm.ORM.Data.dll
Syntax
public static class TypeInfoExtensions : object
Methods
| Improve this Doc View SourceGetDefaultValue(TypeInfo)
Gets the default value of a given TypeInfo.
Declaration
public static object GetDefaultValue(this TypeInfo typeInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeInfo | typeInfo | The type information. |
Returns
| Type | Description |
|---|---|
| System.Object | Default Value. |