SheetOfAssertionCollection Member Details
|
|
SheetOfAssertionCollection Public Fields
|
|
|
|
|
|
SheetOfAssertionCollection Public Enumerations
|
|
|
|
|
|
SheetOfAssertionCollection Constructors
|
New
|
|
Starts a new SheetOfAssertionCollection with an Array of SheetsOfAssertion |
Public Sub New(ByVal EGArray As SheetOfAssertion[])
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
EGArray
As
SheetOfAssertion[]
|
|
New
|
|
Almost plain vanilla constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
New
|
|
Starts a new SheetOfAssertionCollection with a reference to the RootSA |
Public Sub New(ByVal Root As SheetOfAssertion)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Root
As
SheetOfAssertion
|
|
|
|
|
|
|
SheetOfAssertionCollection Public Properties
|
Item
|
|
Default Property of this Collection |
Category: Behavior |
Default Public ReadOnly Property Item(ByVal Index As Int32) As SheetOfAssertion
|
Remarks:
|
|
|
IndexParameters:
|
|
ByVal
Index
As
Int32
|
Return Value:
|
|
SheetOfAssertion |
|
|
|
|
|
|
SheetOfAssertionCollection Public Methods
|
Add
|
|
Adds a SheetOfAssertion to this SheetOfAssertionCollection and Returns its Position in the Collection |
Public Overloads Function Add(ByVal NewSA As SheetOfAssertion) As Int32
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
NewSA
As
SheetOfAssertion
|
Return Value:
|
|
Int32 |
|
|
Clone
|
|
Creates a Shallow Copy of this Collection |
Public Function Clone() As SheetOfAssertionCollection
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
SheetOfAssertionCollection |
|
|
ToArray
|
|
Converts this Collection to an Array of SheetsOfAssertion |
Public Overloads Function ToArray(ByRef EGArray As SheetOfAssertion[]) As Int32
|
Remarks:
|
|
|
Parameters:
|
|
ByRef
EGArray
As
SheetOfAssertion[]
|
Return Value:
|
|
Int32 |
|
|
|
|
|
|
|
SheetOfAssertionCollection Public Events
|
|
|
|
|