Property | Type | Description | |
---|---|---|---|
GetNextId | void |
Method | Description | |
---|---|---|
CompareTo ( IData other ) : int |
-99 = null input -1 = wrong type 0 = same type, wrong id 1 = same reference (same id, same type)
|
|
Create ( ) : IData |
Add it to the cache and save it to the file system
|
|
Equals ( IData other ) : bool |
Compares this object to another one to see if they are the same object
|
|
FitnessReport ( ) : IList |
Gets the errors for data fitness
|
|
Remove ( ) : bool |
Remove this object from the db permenantly
|
|
Save ( ) : bool |
Update the field data for this object to the db
|
Method | Description | |
---|---|---|
GetNextId ( ) : void |
Grabs the next ID in the chain of all objects of this type.
|
public Equals ( IData other ) : bool | ||
other | IData | the object to compare to |
return | bool |