DomainObjectInfo 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.
Represents an element of domain model.
public ref class DomainObjectInfo abstract
public abstract class DomainObjectInfo
type DomainObjectInfo = class
Public MustInherit Class DomainObjectInfo
- Inheritance
-
DomainObjectInfo
- Derived
Properties
DisplayName |
Gets display name of this domain object. |
DomainModel |
Gets domain model this object belongs to. |
Id |
Gets the ID of this domain object. |
Name |
Gets the name of this domain object. |
Methods
ToString() |
Gets string representing of this object. |