The BusinessRule type exposes the following members.

Constructors

  NameDescription
BusinessRule
Initializes a new BusinessRule instance.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(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.)

Properties

  NameDescription
Id
Gets the system-defined unique identifier of this BusinessRule.
NavigationState
A collection of DisconnectedDimensionValue representing a navigation state.
NavigationStateRecordCount
Accessor for the DGraph.SeeAlsoPivotCount property - This count specifies the total number of matching records that were available when evaluating the target for this rule. This count is likely to be greater than the actual number of records returned with the Supplement object, since only the top N records are returned for a given business rule style.
Properties
A PropertyMap of properties containing key, value pairs.
Records
Gets the collection of Records that match this BusinessRule.
SortDirection
Gets the SortDirection that is used to sort the records that match this BusinessRule.
SortKey
Gets the name of the attribute (property or dimension) by which the records that match this BusinessRule are sorted by.
Style
Gets the name of the style for this BusinessRule.
Title
Gets the title.
Zone
Gets the name of the zone for this BusinessRule.

Explicit Interface Implementations

See Also