Condividi tramite


Membri TransArticleCollection

Represents a collection of TransArticle objects.

Il tipo TransArticleCollection espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CopyTo Copies the collection to an array. (Ereditato da ReplicationBaseCollection).
Metodo pubblico CopyTo(TransArticleCollection, Int32) Makes a copy of the collection.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (Ereditato da ReplicationBaseCollection).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto InitList Infrastruttura. (Ereditato da ReplicationBaseCollection).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico Refresh Refreshes the collection. (Ereditato da ReplicationBaseCollection).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of objects in the referenced collection. (Ereditato da ReplicationBaseCollection).
Proprietà pubblica IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Ereditato da ReplicationBaseCollection).
Proprietà pubblica Item[ ( [ ( Int32] ) ] ) Gets a TransArticle object in the collection by index number.
Proprietà pubblica Item[ ( [ ( String] ) ] ) Gets a TransArticle object in the collection by name.
Proprietà pubblica SyncRoot Gets an object that can be used to synchronize access to the collection. (Ereditato da ReplicationBaseCollection).

In alto