SPWebPartTransformerCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of WebPartTransformer objects.
The SPWebPartTransformerCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebPartTransformerCollection | Initializes a new instance of the SPWebPartTransformerCollectionclass. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
IsReadOnly | Gets the read-only property. | |
Item | Gets or sets the Item property. | |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a Web Part transformer to the collection. | |
Clear | (Inherited from CollectionBase.) | |
Contains | ||
CopyTo | Copies the collection to an array of WebPartTransformer objects. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Gets the Web Part transformer at a particular index in the collection. | |
Insert | Inserts a Web Part transformer at a specified index in the collection. | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Overrides CollectionBase.OnClear().) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Overrides CollectionBase.OnInsert(Int32, Object).) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Overrides CollectionBase.OnRemove(Int32, Object).) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Overrides CollectionBase.OnSet(Int32, Object, Object).) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Overrides CollectionBase.OnValidate(Object).) | |
Remove | Removes the first occurrence of a specific transformer. | |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top