Show / Hide Table of Contents

Class CustomTypeDescriptor

Provides the means to describe the mapping relationship between a custom query and a .NET type.

Inheritance
System.Object
CustomTypeDescriptor
Implements
ICustomTypeDescriptor
IColumnPropertyDescriptorCollection
Namespace: Paradigm.ORM.Data.Descriptors
Assembly: Paradigm.ORM.Data.dll
Syntax
public class CustomTypeDescriptor : object, ICustomTypeDescriptor, IColumnPropertyDescriptorCollection

Constructors

| Improve this Doc View Source

CustomTypeDescriptor(Type)

Initializes a new instance of the CustomTypeDescriptor class.

Declaration
public CustomTypeDescriptor(Type type)
Parameters
Type Name Description
Type type

The type containing the mapping information, or the reference to the mapping information.

Properties

| Improve this Doc View Source

AllProperties

Declaration
public virtual List<IColumnPropertyDescriptor> AllProperties { get; }
Property Value
Type Description
List<IColumnPropertyDescriptor>
| Improve this Doc View Source

Type

Declaration
public Type Type { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

TypeName

Declaration
public virtual string TypeName { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Returns a that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Implements

ICustomTypeDescriptor
IColumnPropertyDescriptorCollection

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)

See Also

ITableTypeDescriptor
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.