| ModelBase Constructor (String, String) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax protected ModelBase(
string id,
string name
)
Protected Sub New (
id As String,
name As String
)
Parameters
- id
- Type: SystemString
Unique identifier assigned to the item. - name
- Type: SystemString
User-friendly name of the model.
Exceptions See Also