Option Item
|
Default
|
Description
|
Generate public member
|
True
|
Specifies whether to generate class and interface members with public visibility.
|
Generate internal member
|
True
|
Specifies whether to generate class and interface members with internal visibility.
|
Generate protected member
|
True
|
Specifies whether to generate class and interface members with protected visibility.
|
Generate private member
|
True
|
Specifies whether to generate class and interface members with private visibility.
|
Omit initial value for fields
|
False
|
Does not include the field initial value in the Attribute model information.
|
Generate C# Doc as documentation
|
False
|
it as documentation information. C# Doc of each method is analyzed for tag information and entered as documentation information for each parameter of the operation model.
|
Generate fields as Association
|
False
|
Analyzes the field information in the source code to establish association relationships with the respective field type models. If unchecked, field information is generated as attribute for the respective class model.
|