Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a collection of Expression references.
The ExpressionRefCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionRefCollection | Initializes a new instance of the ExpressionRefCollection class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds an expression reference to the end of the current ExpressionRefCollection. |
![]() |
Clear | Removes all objects from the current ExpressionRefCollection object. |
![]() |
CopyTo | Overloaded. Copies all the elements in the current instance to a compatible one-dimensional array. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Overloaded. Returns an enumerator that can iterate through the current instance. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the first occurrence of the specified ExpressionRef from the current ExpressionRefCollection. |
![]() |
RemoveAt | Removes the object at the specified index of the current ExpressionRefCollection. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the count of the number of items in the ExpressionRefCollection collection. |
![]() |
IsSynchronized | Gets a value indicating whether the current ExpressionRefCollection is synchronized (thread-safe). |
![]() |
Item | Gets the ExpressionRef at the specified index. |
![]() |
SyncRoot | Gets an object used for synchronization when accessing the current ExpressionRefCollection. |
Top