Ant Organisation Ltd documentation

PropertyRepeat Constructor (Type, Int32, Int32, Boolean, String)

Constructor

public PropertyRepeat(
   Type type,
   int minOccurs,
   int maxOccurs,
   bool inplace,
   string foriegnKey
);

Parameters

type
Type of the object to repeat
minOccurs
The minimum number of rows
maxOccurs
The maximum number of rows
inplace
Do we edit these rows inplace
foriegnKey
Name of the foriegn key that this record is to use

Remarks

In addition to type being a ContentEntry marked object, it must also implement ContentEntry.Repeatable

See Also

PropertyRepeat Class | Ant.ContentEntry.ClassInformation Namespace | PropertyRepeat Constructor Overload List