Creates new instance of the Permission class.

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

Syntax

C#
public Permission(
	ISecurable securable
)
Visual Basic (Declaration)
Public Sub New ( _
	securable As ISecurable _
)
Visual C++
public:
Permission(
	ISecurable^ securable
)

See Also