 | BuilderTNecessity Enumeration |
An enumeration that specifies the necessity of a builder argument (whether the argument is
optional or mandatory).
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
SyntaxProtected Enumeration Necessity
protected enum class Necessity
Members
| Member name | Value | Description |
---|
| Mandatory | 0 |
An argument is mandatory.
|
| Optional | 1 |
An argument is optional.
|
See Also