SPWebPartTransformerCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of WebPartTransformer objects.

The SPWebPartTransformerCollection type exposes the following members.

Constructors

  Name Description
Public method SPWebPartTransformerCollection Initializes a new instance of the SPWebPartTransformerCollectionclass.

Top

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsReadOnly Gets the read-only property.
Public property Item Gets or sets the Item property.
Protected property List (Inherited from CollectionBase.)

Top

Methods

  Name Description
Public method Add Adds a Web Part transformer to the collection.
Public method Clear (Inherited from CollectionBase.)
Public method Contains
Public method CopyTo Copies the collection to an array of WebPartTransformer objects.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from CollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Gets the Web Part transformer at a particular index in the collection.
Public method Insert Inserts a Web Part transformer at a specified index in the collection.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Overrides CollectionBase.OnClear().)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Overrides CollectionBase.OnInsert(Int32, Object).)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Overrides CollectionBase.OnRemove(Int32, Object).)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Overrides CollectionBase.OnSet(Int32, Object, Object).)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Overrides CollectionBase.OnValidate(Object).)
Public method Remove Removes the first occurrence of a specific transformer.
Public method RemoveAt (Inherited from CollectionBase.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See Also

Reference

SPWebPartTransformerCollection Class

Microsoft.SharePoint.WebPartPages Namespace