SubtypeFieldInfo
A class that provides field information about a subtype.
|
Property |
Type |
Description |
|---|---|---|
|
DefaultValue |
object |
The default value. |
|
DomainName |
string |
The domain name. |
|
FieldName |
string |
The field name. |
Remarks
As an example, a SmallTransformer subtype could state that the default value for the field named Capacity is 100 but not set a domain for the field. Other subtypes could do the opposite, setting the domain but not the default value. For this reason, the elements DefaultValue and Domain are optional.
10/23/2013