AdvantageCMS.Core.Common.Enums Namespace
The Enums namespace.
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
eAdvantageAttributeAction |
Defines the actions available for Advantage attribute controls.
|
|
|
eComparison |
Defines comparison operators used for filtering and querying data.
|
|
|
eDisplayLocation |
Specifies whether content is displayed in the admin interface or on the client-facing site.
|
|
|
eLanguageOrientation |
Specifies the text direction orientation for a language.
|
|
|
eNavigationSelector |
XOR based enumeration used in requesting a List of navigations
C# var _navigations = GetNavigations(eNavigationSelector.VisibleInMenu | eNavigationSelector.FillAllProperties); |
|
|
eObjectState |
Tracks the persistence state of a business object for change tracking.
|
|
|
eProtocol |
Enum eProtocol to provide instructions on how to communicate with the domain
|

