Click or drag to resize

ModelBase Class

Provides methods and properties for implementing models.
Inheritance Hierarchy

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public abstract class ModelBase : IComparable<ModelBase>, 
	IComparable, IEquatable<ModelBase>, IModel

The ModelBase type exposes the following members.

Constructors
  NameDescription
Protected methodModelBase
Initializes a new instance of the ModelBase class
Protected methodModelBase(String)
Initializes a new instance of an object.
Protected methodModelBase(String, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyID
Gets the unique identifier of the model.
Public propertyLabel
Gets or sets the user-friendly label of the model.
Public propertyUniqueID
Gets the globally unique identifier of the model.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodEquals
Determines whether current object instance is equal to another object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for the given object.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns string representation of the current object.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
See Also