Creates new instance of the Role class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Role( string name ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String _ ) |
Visual C++ |
---|
public: Role( String^ name ) |
Parameters
- name
- Type: System..::.String