Click or drag to resize
Infosoft Logo

ConfigurationOverrideMetadata Class

Provides an aggregate view of a given configuration and whether various overrides exists for that configuration.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.ConfigurationsConfigurationOverrideMetadata

Namespace: Infosoft.Common.Contracts.DataContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ConfigurationOverrideMetadata

The ConfigurationOverrideMetadata type exposes the following members.

Properties
 NameDescription
Public propertyConfigurationIdentifier Gets or sets the configuration identifier.
Public propertyHasRoleOverride Gets or sets a value indicating whether this configuration has role overrides.
Public propertyHasTitleOverride Gets or sets a value indicating whether this configuration has title overrides
Public propertyHasUserOverride Gets or sets a value indicating whether this configuration has user overrides.
Top
See Also