ModelBase Class |
Namespace: Dynamicweb.Analytics.Model
The ModelBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelBase | Initializes a new instance of the ModelBase class | |
| ModelBase(String) |
Initializes a new instance of an object.
| |
| ModelBase(String, String) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| ID |
Gets the unique identifier of the model.
| |
| Label |
Gets or sets the user-friendly label of the model.
| |
| UniqueID |
Gets the globally unique identifier of the model.
|
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the current object with another object of the same type.
| |
| Equals |
Determines whether current object instance is equal to another object.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns the hash code for the given object.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns string representation of the current object.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| IComparableCompareTo |
Compares the current object with another object of the same type.
| |
| IEquatableModelBaseEquals |
Determines whether current object instance is equal to another object.
|