OlapLevel Methods

The OlapLevel 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.
(Overrides ObjectEquals(Object).)
Public methodEquals(IHierarchyLevel)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides OlapElementGetHashCode.)
Public methodGetMember(String)
Gets the member by its unique name.
Public methodGetMember(String, MemberRetrievalOptions)
Gets the member by its unique name.
Public methodGetMembers
Gets all the members for the current instance.
Public methodGetMembers(MemberRetrievalOptions)
Gets the members for the current instance.
Public methodGetMembers(MemberRetrievalOptions, ICollectionMemberValue)
Gets the members for the current instance.
Public methodGetNextMember
Gets the next member.
Public methodGetPreviousMember
Gets the previous member.
Public methodToString
Returns a string that represents the current object.
(Inherited from OlapElement.)
Top
See Also