OlapTimeLevel Methods

The OlapTimeLevel type exposes the following members.

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