EntityToken is used through out Orckestra CMS to describe artifacts that can have security settings. Also see DataEntityToken.

Namespace: Composite.C1Console.Security
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public abstract class EntityToken
Visual Basic
Public MustInherit Class EntityToken
Visual C++
public ref class EntityToken abstract

Remarks

When subclassing this class and adding properties that have an impack when identity (equiallity) of the subclass, remember to overload Equal and GetHashCode!

Inheritance Hierarchy

See Also