Member Methods |
The Member type exposes the following members.
Name | Description | |
---|---|---|
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
Copy |
Creates a copy of this member with the status provided.
| |
CopyUp |
Creates a copy of this member with the provided upNumber.
| |
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasRole |
Checks to see if a member supports a particular role.
| |
HighestPriorityOf |
Picks the Member with the highest "priority" MemberStatus.
| |
IsOlderThan |
Is this member older, has been part of cluster longer, than another
member. It is only correct when comparing two existing members in a
cluster. A member that joined after removal of another member may be
considered older than the removed member.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PickHighestPriority |
Combines and sorts two lists of Member into a single list ordered by highest prioirity
| |
PickNextTransition(Member, Member) |
Compares two copies OF THE SAME MEMBER and returns whichever one is a valid transition of the other.
| |
PickNextTransition(IEnumerableMember, IEnumerableMember) |
Combines and sorts two lists of Member into a single list ordered by Member's valid transitions
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |