Represents principal in the database structure. Base class for users and roles.

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

Syntax

C#
public abstract class Principal : DatabaseObject, 
	ISecurable
Visual Basic (Declaration)
Public MustInherit Class Principal _
	Inherits DatabaseObject _
	Implements ISecurable
Visual C++
public ref class Principal abstract : public DatabaseObject, 
	ISecurable

Inheritance Hierarchy

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

See Also