Represents role in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class Role : Principal
Visual Basic (Declaration)
Public NotInheritable Class Role _
	Inherits Principal
Visual C++
public ref class Role sealed : public Principal

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.Element
    PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
      PerpetuumSoft.DataModel.MsSql..::.Principal
        PerpetuumSoft.DataModel.MsSql..::.Role

See Also