DomainObjects Class Library

ITransactable.IsPrivateCopy Property

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 not been added to the shared, persistable object cache, or if this instance has been returned from a call to
GetPrivateCopy()
.

DomainObjects sets the

IsPrivateCopy
flag to false just before this instance is inserted into the shared persistable object cache.

See Also

ITransactable Interface | DomainObjects.Facade.Domain Namespace