AddEditDeletePersistent overview
AddEditDeletePersistent Constructor | Constructor |
Add | Adds a new item to the collection |
CanAdd | Returns true if we can add to this collection |
CanDelete | Returns true if the referenced index can be deleted |
CanEdit | Returns true if referenced index can be edited |
Delete | Deletes an item from the collection |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetContentDefinition | Gets the content definition of the underlying type |
GetDefaultInstance | Gets a default instance used during add a new item |
GetEditableInstance | Gets the XmlDocument representing a ContentEntry instance for the nth item in the list |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetName | Gets the name of the nth item |
GetNItems | Gets the number of items in this collection |
GetType (inherited from Object) | Gets the Type of the current instance. |
Refresh | Refresh should be called when a user has been added. |
Replace | Replaces an entry in the collection |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
AddEditDeletePersistent Class | Ant.ContentEntry.Database Namespace