DomainObjectInfo Class

Definition

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.

Applies to