SPAutoSerializingObject members
Serves as the base class for all topology objects that provide automatic serialization of fields with the appropriate attributes.
The SPAutoSerializingObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAutoSerializingObject() | Initializes a new instance of the SPAutoSerializingObject class. | |
SPAutoSerializingObject(SerializationInfo, StreamingContext) | Initializes a new instance of the SPAutoSerializingObject class. |
Top
Properties
Name | Description | |
---|---|---|
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. |
Top