Creates new instance of the Permission class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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 ) |
Parameters
- securable
- Type: PerpetuumSoft.DataModel.MsSql..::.ISecurable