ModelEdit Class

Base class for models that allow editing.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public abstract class ModelEdit : ModelData, 
	ICloneable, IEditable, IEquatable<Object>
Inheritance
Object    ModelBase    ModelData    ModelEdit
Derived
Implements
IEditable, ICloneable, IEquatableObject

Constructors

ModelEditInitializes a new instance of the ModelEdit class

Methods

CloneCreates a new object that is a copy of the current instance.
EqualsIndicates whether the current object is equal to another object of the same type.
UpdateUpdates the current object properties from an object of the same type.

See Also