DomainObjects Class Library

TransactableObject.IsNew Property

[XmlIgnore]
public Boolean IsNew {get; set;}

Property Value

Returns true if this instance is new and therefore needs to be inserted into the database, otherwise false.

Implements

ICreatable.

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace