PropertyBaseManager<T> members

Abstract base class for classes that add, remove, retrieve, and manage profile properties.

The PropertyBaseManager<T> type exposes the following members.

Properties

  Name Description
Protected property ConnectionManager Returns a ConnectionManager object that represents the data source connection associated with this property.
Public property Count Gets the number of properties and sections in this collection.
Public property CountProperties Gets the number of properties in this collection, not counting sections.
Public property CountSections Gets the number of sections in this collection.
Public property DefaultLanguage Gets the default language for this service context.
Protected property Properties Gets an ArrayList of properties in this collection, not including sections.
Public property PropertiesWithSection Gets an ArrayList of properties in this collection, including sections.

Top

Methods

  Name Description
Public method Add Adds a property to the database.
Protected method CreateManagedClass
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.
Public method GetHashCode (Inherited from Object.)
Public method GetPropertyByName Gets the property with the specified name.
Public method GetPropertyByURI Gets the property with the specified URI.
Public method GetSectionByName Gets a section property with the specified name.
Public method GetType (Inherited from Object.)
Protected method LoadProperties Loads the profile properties from the database.
Protected method LoadPropertyDataFromDB
Protected method LoadPropertyLocalizationDataFromDB
Protected method MemberwiseClone (Inherited from Object.)
Protected method OrderCompare Abstract method that compares the order of two profile types. OrderCompare compares Property ID values in the CorePropertyManager and ProfileTypePropertyManager implementations. OrderCompare compares DisplayOrder values in the ProfileSubtypePropertyManager implementation.
Protected method PostLoadPropertyDataFromDB
Protected method Remove(T) Removes the specified property from the database.
Protected method Remove(String, String, String) Removes the property with the specified URI, property or section name from the database.
Public method RemoveByName Removes the profile or section property with the specified name from the database.
Public method RemovePropertyByName Removes the profile property with the specified name.
Public method RemovePropertyByURI Removes the profile property with the specified URI.
Public method RemoveSectionByName Removes the section property with the specified name.
Public method Reset Clears this instance’s property data that are cached in memory.
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.

Top

See also

Reference

PropertyBaseManager<T> class

Microsoft.Office.Server.UserProfiles namespace