SPProxyOperationType Members
Include Protected Members
Include Inherited Members
Represents the proxy operation type.
The SPProxyOperationType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPProxyOperationType() | Initializes a new instance of the SPProxyOperationType class. | |
SPProxyOperationType(String, String) | Initializes a new instance of the SPProxyOperationType class using the specified assembly and type names. |
Top
Properties
Name | Description | |
---|---|---|
AssemblyName | Gets the assembly name associated with the proxy operation type. | |
TypeName | Gets the proxy operation type name. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Equals(SPProxyOperationType) | Returns a Boolean value indicating whether the proxy operation type has the same assembly and type names. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top