OlapTimeLevel Class

Represents OLAP time level.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public sealed class OlapTimeLevel : OlapLevel, 
	ITimeHierarchyLevel, IHierarchyLevel, IEquatable<IHierarchyLevel>, IUniqueName, 
	IHierarchyMemberContainer, IFormattableHierarchyLevel

The OlapTimeLevel type exposes the following members.

Constructors
  NameDescription
Public methodOlapTimeLevel
Initializes a new instance of the OlapTimeLevel class.
Top
Properties
  NameDescription
Public propertyAnalysisStructure
Gets the parent analysis structure.
(Inherited from OlapElement.)
Public propertyCaption
Gets or sets the caption.
(Inherited from OlapElement.)
Public propertyCaptionFormat
Gets the caption format.
Public propertyCategory
Gets the potential analysis category for the current instance.
(Inherited from OlapElement.)
Public propertyChildCount
Gets or sets the child count.
(Inherited from OlapLevel.)
Public propertyCompatibleUniqueName
Gets the compatible unique name. This property allows grouping together compatible hierarchy levels across multiple IAnalysisStructures.
(Inherited from OlapLevel.)
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from OlapElement.)
Public propertyCoordinate
Gets the coordinate.
(Inherited from OlapLevel.)
Public propertyCoordinateType
Gets the type of the coordinate.
(Inherited from OlapLevel.)
Public propertyDataProvider
Gets the data provider.
(Inherited from OlapElement.)
Public propertyDescription
Gets or sets the description.
(Inherited from OlapElement.)
Public propertyEntityId
Gets the parent entity ID.
(Inherited from OlapElement.)
Public propertyGranularity
Gets the time level granularity.
Public propertyHierarchy
Gets the parent IHierarchy.
(Inherited from OlapLevel.)
Public propertyInterval
Gets the time interval for the current level.
Public propertyIsHierarchy
Gets a value indicating whether this instance is a hierarchy.
(Inherited from OlapElement.)
Public propertyIsMeasure
Gets a value indicating whether this instance is a measure.
(Inherited from OlapElement.)
Public propertyItem
Gets the Object with the specified name.
(Inherited from OlapElement.)
Public propertyLevelDepth
Gets or sets the level depth.
(Inherited from OlapLevel.)
Public propertyLevelType
Gets or sets the type of the level.
(Inherited from OlapLevel.)
Public propertyLocalizedCaptionFormat
Gets the localized caption format.
Public propertyLocalizedShortCaptionFormat
Gets the localized short caption format.
Public propertyName
Gets or sets the name.
(Inherited from OlapElement.)
Public propertyParent
Gets or sets the parent object.
(Inherited from OlapElement.)
Public propertyParentCube
Gets the parent cube.
(Inherited from OlapLevel.)
Public propertyParentHierarchy
Gets the parent OLAP hierarchy.
(Inherited from OlapLevel.)
Public propertyParentLevel
Gets the previous level.
(Inherited from OlapLevel.)
Public propertyPredefinedSortCategory
Gets the predefined sorting category for the current instance.
(Overrides OlapLevelPredefinedSortCategory.)
Public propertyPredefinedSortDirection
Gets the predefined sorting direction for the current instance.
(Overrides OlapLevelPredefinedSortDirection.)
Public propertyProperties
Gets the various uncategorized properties.
(Inherited from OlapElement.)
Public propertyShortCaptionFormat
Gets the short caption format.
Public propertyUniqueName
Gets the object unique name.
(Inherited from OlapElement.)
Public propertyUnknownMember
Gets the unknown member for this level.
(Inherited from OlapLevel.)
Top
Methods
  NameDescription
Public methodCompareTo
Compares current instance with argument instance.
(Inherited from OlapElement.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from OlapLevel.)
Public methodEquals(IHierarchyLevel)
Indicates whether the current object is equal to another object of the same type.
(Inherited from OlapLevel.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from OlapLevel.)
Public methodGetMember(String)
Gets the member by its unique name.
(Inherited from OlapLevel.)
Public methodGetMember(DateTime)
Gets the time member using a DateTime value.
Public methodGetMember(String, MemberRetrievalOptions)
Gets the member by its unique name.
(Inherited from OlapLevel.)
Public methodGetMembers
Gets all the members for the current instance.
(Inherited from OlapLevel.)
Public methodGetMembers(MemberRetrievalOptions)
Gets the members for the current instance.
(Inherited from OlapLevel.)
Public methodGetMembers(MemberRetrievalOptions, ICollectionMemberValue)
Gets the members for the current instance.
(Inherited from OlapLevel.)
Public methodGetMembersInRange
Gets the members in specified date range.
Public methodGetNextMember(String, MemberRetrievalOptions)
Gets the next member.
(Overrides OlapLevelGetNextMember(String, MemberRetrievalOptions).)
Public methodGetNextMember(String, MemberRetrievalOptions, Boolean)
Gets the next member.
Public methodGetPreviousMember(String, MemberRetrievalOptions)
Gets the previous member.
(Overrides OlapLevelGetPreviousMember(String, MemberRetrievalOptions).)
Public methodGetPreviousMember(String, MemberRetrievalOptions, Boolean)
Gets the previous member.
Public methodToString
Returns a string that represents the current object.
(Inherited from OlapElement.)
Top
See Also