Click or drag to resize

ModelIdentity Class

Provides set of utility methods for operating with model identities. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.ModelModelIdentity

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class ModelIdentity

The ModelIdentity type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInvalidChars
Returns a list of characters that are not valid within the item identifier.
Public methodStatic memberJoin
Returns unique identifier using the given list of identity components.
Public methodStatic memberSplit
Returns unique identifier components.
Top
Fields
  NameDescription
Public fieldStatic memberUniqueIDSeparator
Gets the separator char for unique identifier.
Top
See Also