WovenEventChain Members
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides a chain of points that consist of a set of underlying chains.
The WovenEventChain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WovenEventChain | Initializes a new instance of the WovenEventChain class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEvent | Gets a point for the specified token. (Overrides EventChain.GetEvent(EventToken).) | |
GetEvents | Gets multiple points from a start token up to but not including an end token. (Overrides EventChain.GetEvents(EventToken, EventToken).) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNextToken | Gets the token for the next point after the given token. (Overrides EventChain.GetNextToken(EventToken).) | |
GetPreviousToken | Gets the token for the previous point before the given token. (Overrides EventChain.GetPreviousToken(EventToken).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidEventType | Determines if the given point is valid for this chain. (Overrides EventChain.IsValidEventType(ChainEvent).) | |
IsValidToken | Determines if the given token is valid for this chain. (Overrides EventChain.IsValidToken(EventToken).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Refresh | Refreshes each of the underlying chains and updates the count for the WovenEventChain. (Overrides DerivedEventChain.Refresh().) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AfterLastToken | Gets a token that represents a position immediately after the current LastToken. (Overrides EventChain.AfterLastToken.) | |
BeforeFirstToken | Gets a token for the position immediately before FirstToken. (Inherited from EventChain.) | |
CanGetCount | Gets a value that determines if the chain supports Count. (Overrides EventChain.CanGetCount.) | |
CanGetLastToken | Gets a value that determines if the chain supports LastToken. (Overrides EventChain.CanGetLastToken.) | |
CanGetPrevious | Gets a value that determines if the chain supports GetPreviousToken. (Overrides EventChain.CanGetPrevious.) | |
Count | Gets the number of points in the chain. (Overrides EventChain.Count.) | |
FirstToken | Gets a token for the first point in the chain. (Overrides EventChain.FirstToken.) | |
FirstValidToken | Gets a token for the first valid point in the chain (Overrides EventChain.FirstValidToken.) | |
IsEmpty | Gets a value that indicates if the chain is empty. (Overrides EventChain.IsEmpty.) | |
LastToken | Gets a token for the last event in the chain. (Overrides EventChain.LastToken.) |
Top