ProfileTypePropertyManager Methods

Include Protected Members
Include Inherited Members

The ProfileTypePropertyManager type exposes the following members.

Methods

  Name Description
Public method Add Adds a property to the database. (Inherited from PropertyBaseManager<T>.)
Public method Create Creates a new profile type property.
Protected method CreateManagedClass (Overrides PropertyBaseManager<T>.CreateManagedClass(IDataRecord).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an IEnumerator object for enumerating property and section objects in this collection. (Inherited from PropertyBaseManager<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetPropertyByName Gets the property with the specified name. (Inherited from PropertyBaseManager<T>.)
Public method GetPropertyByURI Gets the property with the specified URI. (Inherited from PropertyBaseManager<T>.)
Public method GetSectionByName Gets a section property with the specified name. (Inherited from PropertyBaseManager<T>.)
Public method GetType (Inherited from Object.)
Protected method LoadProperties Loads the profile properties from the database. (Inherited from PropertyBaseManager<T>.)
Protected method LoadPropertyDataFromDB (Overrides PropertyBaseManager<T>.LoadPropertyDataFromDB().)
Protected method LoadPropertyLocalizationDataFromDB (Overrides PropertyBaseManager<T>.LoadPropertyLocalizationDataFromDB().)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OrderCompare Compares the display order of two profile type properties. (Overrides PropertyBaseManager<T>.OrderCompare(T, T).)
Protected method PostLoadPropertyDataFromDB (Overrides PropertyBaseManager<T>.PostLoadPropertyDataFromDB(SqlCommand).)
Protected method Remove(T) Removes the specified property from the database. (Inherited from PropertyBaseManager<T>.)
Protected method Remove(String, String, String) Removes the property with the specified URI, property, or section name from the database. (Overrides PropertyBaseManager<T>.Remove(String, String, String).)
Public method RemoveByName Removes the profile or section property with the specified name from the database. (Inherited from PropertyBaseManager<T>.)
Public method RemovePropertyByName Removes the profile property with the specified name. (Inherited from PropertyBaseManager<T>.)
Public method RemovePropertyByURI Removes the profile property with the specified URI. (Inherited from PropertyBaseManager<T>.)
Public method RemoveSectionByName Removes the section property with the specified name. (Inherited from PropertyBaseManager<T>.)
Public method Reset (Overrides PropertyBaseManager<T>.Reset().)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an IEnumerator for enumerating through the profile and section properties in this collection. (Inherited from PropertyBaseManager<T>.)

Top

See Also

Reference

ProfileTypePropertyManager Class

Microsoft.Office.Server.UserProfiles Namespace