Click or drag to resize
BuilderTNecessity Enumeration
An enumeration that specifies the necessity of a builder argument (whether the argument is optional or mandatory).

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
protected enum Necessity
Members
  Member nameValueDescription
Mandatory0 An argument is mandatory.
Optional1 An argument is optional.
See Also