Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic BusinessRule(
string code
)
Public Sub New (
code As String
)
public:
BusinessRule(
String^ code
)
new :
code : string -> BusinessRule
Parameters
- code
- Type: SystemString
The rule code.
See Also