Creates a new instance with the given class name and boolean value to generate nullable properties.
Namespace:
Endeca.Web.UI.Design
Assembly:
Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public RecordGeneratorOptions(
string className,
bool generateNullableProperties,
bool generateMultivaluedProperties
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
className As String, _
generateNullableProperties As Boolean, _
generateMultivaluedProperties As Boolean _
) |
| Visual C++ |
|---|
public:
RecordGeneratorOptions(
String^ className,
bool generateNullableProperties,
bool generateMultivaluedProperties
) |
See Also