Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool AddRoleToDatabase( AvaliableValidationRules rule, string fullName, string fieldName, string notValidMsg, string notValidKey, string propKey1, string value1, string propKey2, string value2 ) |
Visual Basic |
---|
Function AddRoleToDatabase ( _ rule As AvaliableValidationRules, _ fullName As String, _ fieldName As String, _ notValidMsg As String, _ notValidKey As String, _ propKey1 As String, _ value1 As String, _ propKey2 As String, _ value2 As String _ ) As Boolean |
Visual C++ |
---|
bool AddRoleToDatabase( AvaliableValidationRules rule, String^ fullName, String^ fieldName, String^ notValidMsg, String^ notValidKey, String^ propKey1, String^ value1, String^ propKey2, String^ value2 ) |
Parameters
- fullName
- Type: System..::..String
- fieldName
- Type: System..::..String
- notValidMsg
- Type: System..::..String
- notValidKey
- Type: System..::..String
- propKey1
- Type: System..::..String
- value1
- Type: System..::..String
- propKey2
- Type: System..::..String
- value2
- Type: System..::..String