DomainModel.DomainMemberInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |