TransArticleCollection-Member
Represents a collection of TransArticle objects.
Der TransArticleCollection-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
CopyTo | Copies the collection to an array. (Geerbt von ReplicationBaseCollection.) | |
CopyTo(TransArticleCollection, Int32) | Makes a copy of the collection. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Gets an enumerator that is used to iterate through the objects in a collection. (Geerbt von ReplicationBaseCollection.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
InitList | Infrastruktur. (Geerbt von ReplicationBaseCollection.) | |
MemberwiseClone | (Geerbt von Object.) | |
Refresh | Refreshes the collection. (Geerbt von ReplicationBaseCollection.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of objects in the referenced collection. (Geerbt von ReplicationBaseCollection.) | |
IsSynchronized | Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Geerbt von ReplicationBaseCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets a TransArticle object in the collection by index number. | |
Item[ ( [ ( String] ) ] ) | Gets a TransArticle object in the collection by name. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Geerbt von ReplicationBaseCollection.) |
Zum Anfang