OlapTimeMember Class

Class represents an OLAP member object with time information.
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 class OlapTimeMember : OlapMember, 
	IHierarchyMember, IUniqueName, IHierarchyMemberContainer, IDateTimeContainer, ITimeHierarchyMember, 
	IFormattableHierarchyMember

The OlapTimeMember type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisStructure
Gets the parent analysis structure.
(Inherited from OlapElement.)
Public propertyCaption
Gets or sets the caption.
(Overrides OlapElementCaption.)
Public propertyCategory
Gets the potential analysis category for the current instance.
(Inherited from OlapElement.)
Public propertyCompatibleUniqueName
Gets the compatible unique name. This property allows grouping together compatible hierarchy members across multiple IAnalysisStructures.
(Inherited from OlapMember.)
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 OlapMember.)
Public propertyCoordinateType
Gets the type of the coordinate.
(Inherited from OlapMember.)
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 propertyHasChildren
Gets or sets a value indicating whether this instance has children.
(Inherited from OlapMember.)
Public propertyHasProperties
Gets a value indicating whether the current instance has any user-defined properties.
(Inherited from OlapMember.)
Public propertyHierarchy
Gets the parent OLAP hierarchy.
(Inherited from OlapMember.)
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 propertyLevel
Gets the parent level.
(Inherited from OlapMember.)
Public propertyMemberKind
Gets or sets the type of the member.
(Inherited from OlapMember.)
Public propertyMemberNumber
Gets the member numeric value, when the parent hierarchy is a numeric hierarchy.
(Inherited from OlapMember.)
Public propertyMemberTime
Gets the member time value, when appropriate. This value is only used for alignment in visualization controls and not for filtering.
(Inherited from OlapMember.)
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 OlapMember.)
Public propertyParentHierarchy
Gets or sets the parent hierarchy.
(Inherited from OlapMember.)
Public propertyParentMember
Gets the parent member.
(Inherited from OlapMember.)
Public propertyParentMemberUniqueName
Gets or sets parent member unique name.
(Inherited from OlapMember.)
Public propertyProperties
Gets the various uncategorized properties.
(Inherited from OlapElement.)
Public propertyShortCaption
Gets the short caption.
Public propertyTimeHierarchy
Gets the hierarchy cast as a ITimeHierarchy for convenience.
Public propertyTimeLevel
Gets the hierarchy level cast as a ITimeHierarchyLevel for convenience.
Public propertyUniqueName
Gets the object unique name.
(Inherited from OlapElement.)
Public propertyUpperBoundaryTime
Gets the upper boundary DateTime value, corresponding the next virtual member. It is a virtual member as the hierarchy may not it included in its definition.
Public propertyUpperMemberNumber
Gets the member upper numeric value, when the parent hierarchy is a numeric hierarchy.
(Inherited from OlapMember.)
Top
Methods
  NameDescription
Public methodAddInterval
Returns the member on the same level shifted by the specified time interval.
Public methodCompareTo
Compares current instance with argument instance.
(Inherited from OlapElement.)
Public methodGetFormattedCaption
Gets the caption with the specified format.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from OlapElement.)
Protected methodGetInstance
Gets the instance for cloning.
(Overrides OlapMemberGetInstance(OlapLevel, OlapMember).)
Public methodGetMembers
Gets all the members for the current instance.
(Inherited from OlapMember.)
Public methodGetMembers(MemberRetrievalOptions)
Gets the members for the current instance.
(Inherited from OlapMember.)
Public methodGetMembers(MemberRetrievalOptions, ICollectionMemberValue)
Gets the members for the current instance.
(Inherited from OlapMember.)
Public methodHasProperty
Gets a value indicating whether the current instance has the specified property populated.
(Inherited from OlapMember.)
Public methodToString
Returns a string that represents the current object.
(Inherited from OlapElement.)
Top
See Also