Ant Organisation Ltd documentation | |
PropertyInformation Constructor (Type, Type, Boolean, Int32)
Constructor
public PropertyInformation(
Type converter,
Type displayer,
bool required,
int index);
Parameters
- converter
- Type of a Converter object which implements the ContentEntry.Converter interface
- displayer
- Type of a FieldDisplayer object which implements the ContentEntry.Converter interface
- required
- Defines whether this property is required
- index
- Index specifies an ordering of the fields used for display purposes. 0 is first, 1 is second. Two fields with the same index appear in any order, and fields with no index appear at the end.
See Also
PropertyInformation Class | Ant.ContentEntry.ClassInformation Namespace | PropertyInformation Constructor Overload List