ExpandField Class |
Namespace: PDTec.IceNet.Core.Database.Query
public class ExpandField
The ExpandField type exposes the following members.
| Name | Description | |
|---|---|---|
| ExpandField | Initializes a new instance of the ExpandField class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddSteps |
The additional steps to reach the field item.
| |
| Aggregation |
Defines if an aggregation function should be applied to the field.
| |
| AttrDefDeclTypeName |
Defines the attribute declaring type the field refers to.
| |
| AttrDefName |
Defines the attribute declaring type the field refers to.
| |
| FieldType |
Defines the field type (ID, name, attribute, ...) the field refers to.
| |
| GroupPriority |
A non-negative value defines that the result should be grouped by this field.
If multiple fields have a GroupPriority set, the field with the lowest value
has the highest grouping priority.
| |
| ItemType |
Defines if the field refers to the object or the relationship.
| |
| Name |
The field name.
| |
| SortOrder |
The sort direction.
| |
| SortPriority |
The sort priority for this field. Lower value means higher priority.
| |
| StepRefIndex |
The index of the step the field refers to.
|