<< Click to Display Table of Contents >> NShape Reference
|
Offers the operations necessary for loading from and saving to repositories.
public interface IEntity |
All classes wanting to save themselves into the repository must implement that interface. Usually the interface is implemented explicitly, because other client classes but the repository class will usually not use its methods.
Name |
Description |
---|---|
Assigns an id to the entity. |
|
Deletes an entity from the repository. |
|
Indicates the unique identifier of the entity. |
|
Loads the fields of the entity from the repository. |
|
Deserializes the entity's inner objects from the repository. |
|
Serializes the entity's fields to the repository. |
|
Serializes the entity's inner objects into the repository. |
Name |
Description |
---|---|
Receives the entity type name. |
|
Retrieves the persistable properties of an entity type. |
Namespace: Dataweb.NShape.Advanced
Assembly: Dataweb.NShape