Click or drag to resize

EditableDomainObjectObjectState Property

Gets the state of the domain object.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual ObjectState ObjectState { get; }

Property Value

Type: ObjectState
The state of the object.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the object state cannot be properly obtained
See Also