ProfileSubtypePropertyManager members
Manages property definitions for profile subtypes.
The ProfileSubtypePropertyManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionManager | Returns a ConnectionManager object that represents the data source connection associated with this property. (Inherited from PropertyBaseManager<T>.) |
![]() |
Count | Gets the number of properties and sections in this collection. (Inherited from PropertyBaseManager<T>.) |
![]() |
CountProperties | Gets the number of properties in this collection, not counting sections. (Inherited from PropertyBaseManager<T>.) |
![]() |
CountSections | Gets the number of sections in this collection. (Inherited from PropertyBaseManager<T>.) |
![]() |
DefaultLanguage | Gets the default language for this service context. (Inherited from PropertyBaseManager<T>.) |
![]() |
Properties | Gets an ArrayList of properties in this collection, not including sections. (Inherited from PropertyBaseManager<T>.) |
![]() |
PropertiesWithSection | Gets an ArrayList of properties in this collection, including sections. (Inherited from PropertyBaseManager<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a property to the database. (Inherited from PropertyBaseManager<T>.) |
![]() |
CommitDisplayOrder | Commits a change to the property’s display order to the database. |
![]() |
Create | Creates a new profile subtype property. |
![]() |
CreateManagedClass | (Overrides PropertyBaseManager<T>.CreateManagedClass(IDataRecord).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Gets an IEnumerator object for enumerating property and section objects in this collection. (Inherited from PropertyBaseManager<T>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetPropertyByName | Gets the property with the specified name. (Inherited from PropertyBaseManager<T>.) |
![]() |
GetPropertyByURI | Gets the property with the specified URI. (Inherited from PropertyBaseManager<T>.) |
![]() |
GetSectionByName | Gets a section property with the specified name. (Inherited from PropertyBaseManager<T>.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadProperties | Loads the profile properties from the database. (Inherited from PropertyBaseManager<T>.) |
![]() |
LoadPropertyDataFromDB | (Overrides PropertyBaseManager<T>.LoadPropertyDataFromDB().) |
![]() |
LoadPropertyLocalizationDataFromDB | (Overrides PropertyBaseManager<T>.LoadPropertyLocalizationDataFromDB().) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OrderCompare | Compares the display order of two profile subtype properties. (Overrides PropertyBaseManager<T>.OrderCompare(T, T).) |
![]() |
PostLoadPropertyDataFromDB | (Overrides PropertyBaseManager<T>.PostLoadPropertyDataFromDB(SqlCommand).) |
![]() |
Remove(T) | Removes the specified property from the database. (Inherited from PropertyBaseManager<T>.) |
![]() |
Remove(String, String, String) | Removes the specified property from the database. (Overrides PropertyBaseManager<T>.Remove(String, String, String).) |
![]() |
RemoveByName | Removes the profile or section property with the specified name from the database. (Inherited from PropertyBaseManager<T>.) |
![]() |
RemovePropertyByName | Removes the profile property with the specified name. (Inherited from PropertyBaseManager<T>.) |
![]() |
RemovePropertyByURI | Removes the profile property with the specified URI. (Inherited from PropertyBaseManager<T>.) |
![]() |
RemoveSectionByName | Removes the section property with the specified name. (Inherited from PropertyBaseManager<T>.) |
![]() |
Reset | Clear’s the data associated with this property instance that are cached in memory. (Overrides PropertyBaseManager<T>.Reset().) |
![]() |
SetDisplayOrderByName | Sets the display order of the property or section property with the specified name. |
![]() |
SetDisplayOrderByPropertyName | Sets the display order of the property with the specified name. |
![]() |
SetDisplayOrderByPropertyURI | Sets the display order of the property with the specified URI. |
![]() |
SetDisplayOrderBySectionName | Sets the display order of the section property with the specified name. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Gets an IEnumerator for enumerating through the profile and section properties in this collection. (Inherited from PropertyBaseManager<T>.) |
Top