DomainObjects Class Library

TransactableObject.IsPrivateCopy Property

public Boolean IsPrivateCopy {get; set;}

Property Value

Returns true if this object is in an "isolated" state, i.e., that it is only accessable by a single transaction, otherwise false. The

IsPrivateCopy
flag is true if this instance has been returned from a call to
GetPrivateCopy()
.

Implements

ITransactable.

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace