FormSuite for Invoices v2.1 - Updated
RuleDefinitions Property (FormFieldDefinition)




Accusoft.FSInvoices Namespace > FormFieldDefinition Class : RuleDefinitions Property
Gets and sets the list of rules to be applied to this field.

These rules provide a weighting which is used to determine which field to select when multiple fields of the same name are found. The rule types are found in RuleType.

Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property RuleDefinitions As List(Of RuleDefinition)
'Usage
 
Dim instance As FormFieldDefinition
Dim value As List(Of RuleDefinition)
 
instance.RuleDefinitions = value
 
value = instance.RuleDefinitions
[DataMember()]
public List<RuleDefinition> RuleDefinitions {get; set;}
[DataMember()]
public: __property List<RuleDefinition*>* get_RuleDefinitions();
public: __property void set_RuleDefinitions( 
   List<RuleDefinition*>* value
);
[DataMember()]
public:
property List<RuleDefinition^>^ RuleDefinitions {
   List<RuleDefinition^>^ get();
   void set (    List<RuleDefinition^>^ value);
}
Remarks

Default: Empty RuleDefinition list.

See Also

Reference

FormFieldDefinition Class
FormFieldDefinition Members