SPConnectionParametersDictionary Members
Include Protected Members
Include Inherited Members
Provides a Specialized hybrid dictionary that contains the value of the data sent to the consumer Web Part when a SPRowToParametersTransformer is used to transform to connect Web Parts.
The SPConnectionParametersDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPConnectionParametersDictionary | Initializes a new instance of the SPConnectionParametersDictionary class with the specified dictionary. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from HybridDictionary.) | |
IsFixedSize | (Inherited from HybridDictionary.) | |
IsReadOnly | (Inherited from HybridDictionary.) | |
IsSynchronized | (Inherited from HybridDictionary.) | |
Item | (Inherited from HybridDictionary.) | |
Keys | (Inherited from HybridDictionary.) | |
SyncRoot | (Inherited from HybridDictionary.) | |
ValueAttributes | Gets the dictionary that contains the data sent to the consumer Web Part. | |
Values | (Inherited from HybridDictionary.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from HybridDictionary.) | |
Clear | (Inherited from HybridDictionary.) | |
Contains | (Inherited from HybridDictionary.) | |
CopyTo | (Inherited from HybridDictionary.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from HybridDictionary.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from HybridDictionary.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from HybridDictionary.) |
Top