IPersistableEntity Interface Members
In This Topic
The following tables list the members exposed by IPersistableEntity.
Public Properties
| Name | Description |
 | Repository |
Gets or sets an instance of the repository for this entity
|
Top
Public Methods
| Name | Description |
 | GetSignatureProperties |
Gets the signature properties for the entity.
|
 | IsTransient |
Gets a value that indicates whether the entity instance is transient.
|
Top
Extension Methods
| Name | Description |
 | Delete |
Delete the entity from the database
|
 | Save |
Save the entity to the database
|
Top
See Also