Interface INamedPropertiesCollection
Collection of a named properties. May contain child properties that are not unique by name, which can be accessed by index.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface INamedPropertiesCollection : INamedProperty
Properties
CollectionKeyField
Key field name of the collection item
Declaration
string CollectionKeyField { get; }
Property Value
Type | Description |
---|---|
System.String |
CollectionKeyValueField
Declaration
string CollectionKeyValueField { get; }
Property Value
Type | Description |
---|---|
System.String |
Item[Int32]
Returns child property by its index in the list.
Declaration
INamedProperty this[int Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Index of the property to obtain [0..TopIten] |
Property Value
Type | Description |
---|---|
INamedProperty | Named property of index |
TopItem
Maximal index number in the list.
Declaration
int TopItem { get; }
Property Value
Type | Description |
---|---|
System.Int32 |