DomainModel.DomainMemberInfo Class

Definition

Stores information used by domain model reflector to locate a domain property.

public protected ref class DomainModel::DomainMemberInfo sealed
protected internal sealed class DomainModel.DomainMemberInfo
Protected Friend NotInheritable Class DomainModel.DomainMemberInfo
Inheritance
DomainModel.DomainMemberInfo

Constructors

DomainModel.DomainMemberInfo(Type, String, Guid, Type)

Initializes a new instance of DomainMemberInfo class.

Properties

DomainClassType

Get domain class that owns declares the property.

Id

Get the Id of the property.

Name

Get the name of the property.

ValueHandlerType

Get the type of value handler for the property.

Applies to