Enum SzFlagUsageGroup
Enumerates the various classifications of usage groups for the SzFlag instances.
[Flags]
public enum SzFlagUsageGroup : long
- Extension Methods
Fields
SzAddRecordFlags = 1
Flags in this usage group can be used for operations that add (load) records to the entity repository.
SzDeleteRecordFlags = 2
Flags in this usage group can be used for operations that delete records from the entity repository.
SzEntityFlags = 128
Flags in this usage group can be used for operations that retrieve entity data in order to control the level of detail of the returned entity.
SzExportFlags = 4096
Flags in this usage group can be used for operations that export entities to control how the entities are qualified for inclusion in the export and the level of detail for the entities returned in the search results.
SzFindInterestingEntitiesFlags = 1024
Flags in this usage group can be used to control the methodology for finding an interesting entities and what details to include for the results of the operation.
SzFindNetworkFlags = 512
Flags in this usage group can be used to control the methodology for finding an entity network, what details to include for the entity network and the level of detail for the entities in the network that are returned.
SzFindPathFlags = 256
Flags in this usage group can be used to control the methodology for finding an entity path, what details to include for the entity path and the level of detail for the entities on the path that are returned.
SzHowFlags = 131072
Flags in this usage group can be used to control the methodology for performing "how analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned. Flags in this usage group can be used to control the methodology for performing "why analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned.
SzPreprocessRecordFlags = 64
Flags in this usage group can be used for operations that retrieve record data in order to control the level of detail of the returned record.
SzRecordFlags = 32
Flags in this usage group can be used for operations that retrieve record data in order to control the level of detail of the returned record.
SzRedoFlags = 16
Flags in this usage group can be used for operations that process redo records in the entity repository.
SzReevaluateEntityFlags = 8
Flags in this usage group can be used for operations that reevaluate entities in the entity repository.
SzReevaluateRecordFlags = 4
Flags in this usage group can be used for operations that reevaluate records in the entity repository.
SzSearchFlags = 2048
Flags in this usage group can be used for operations that search for entities to control how the entities are qualified for inclusion in the search results and the level of detail for the entities returned in the search results.
SzVirtualEntityFlags = 262144
Flags in this usage group can be used for operations that retrieve virtual entities in order to control the level of detail of the returned virtual entity.
SzWhyEntitiesFlags = 32768
Flags in this usage group can be used to control the methodology for performing "why analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned.
SzWhyRecordInEntityFlags = 8192
Flags in this usage group can be used to control the methodology for performing "why analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned.
SzWhyRecordsFlags = 16384
Flags in this usage group can be used to control the methodology for performing "why analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned.
SzWhySearchFlags = 65536
Flags in this usage group can be used for operations that search for entities to control how the entities are qualified for inclusion in the search results and the level of detail for the entities returned in the search results.