SPObjectModelTypeCollection members
Represents a SharePoint Foundation type information collection.
The SPObjectModelTypeCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPObjectModelTypeCollection | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPObjectModelTypeCollection] class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Number of entries in the collection. | |
Item[Guid] | A collection type item referenced by the given unique identifier. | |
Item[Type] | A collection type item referenced by the given unique identifier. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Add the type and its member to the collection. | |
Equals | (Inherited from Object.) | |
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 database. (Overrides SPAutoSerializingObject.OnDeserialization().) | |
Remove(Type) | Remove the type from the collection. | |
Remove(Type, String) | Remove the type and its member from the collection. | |
RemoveAll | Removes all types from the collection. | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable<SPObjectModelType>.GetEnumerator | Retrieves the collection enumerator type. | |
IEnumerable.GetEnumerator | Retrieves the collection enumerator type. |
Top