public abstract class ModelEdit : ModelData,
ICloneable, IEditable, IEquatable<Object>
ModelEdit | Initializes a new instance of the ModelEdit class |
Clone | Creates a new object that is a copy of the current instance. |
Equals | Indicates whether the current object is equal to another object of the same type. |
Update | Updates the current object properties from an object of the same type. |