Enum Appli.CatalogSummary.AppliCat.FetchFields
Represents a field of a model that can be retrieved from a catalog.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
[Flags]
public enum Appli.CatalogSummary.AppliCat.FetchFields
Remarks
This enumeration has a FlagsAttrubute
that allows a bitwise combination of its member values.
Providing such a combination of values to methods that
fetch data from a catalog allow to reduce a perfomance
overhead of reading values that are known to be unnecessary
in advance.
You should use this enumeration to inform the SDK which values you will need from a catalog preview, so that the SDK could optimize the data flow excluding the fields you won't use.
Any field, which is excluded from the data fetch operation this way, will be left blank in returned objects.
The default value for the enum is All. All the fields are retrieved and returned for this value.
Fields
Name | Description |
---|---|
All | |
Code | |
Name | |
Rank |