ProfileSubtypePropertyManager 成员

管理配置文件子类型的属性定义。

ProfileSubtypePropertyManager 类型公开以下成员。

属性

  名称 说明
受保护的属性 ConnectionManager 返回一个ConnectionManager对象,该对象表示与该属性关联的数据源连接。 (从 PropertyBaseManager<T> 继承。)
公共属性 Count 获取此集合中的属性和节的个数。 (从 PropertyBaseManager<T> 继承。)
公共属性 CountProperties 获取在此集合中,不包括部分属性的数目。 (从 PropertyBaseManager<T> 继承。)
公共属性 CountSections 获取此集合中的节数。 (从 PropertyBaseManager<T> 继承。)
公共属性 DefaultLanguage 获取此服务上下文的默认语言。 (从 PropertyBaseManager<T> 继承。)
受保护的属性 Properties 获取在此集合中,不包括部分属性的ArrayList 。 (从 PropertyBaseManager<T> 继承。)
公共属性 PropertiesWithSection 获取在此集合中,包括节的属性ArrayList 。 (从 PropertyBaseManager<T> 继承。)

页首

方法

  名称 说明
公共方法 Add 向数据库中添加一个属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 CommitDisplayOrder 将更改提交给数据库的属性的显示顺序。
公共方法 Create 创建新的配置文件子类型属性。
受保护的方法 CreateManagedClass (覆盖 PropertyBaseManager<T>.CreateManagedClass(IDataRecord)。)
公共方法 Equals (从 Object 继承。)
受保护的方法 Finalize (从 Object 继承。)
公共方法 GetEnumerator 获取枚举该集合中的属性和部分对象的IEnumerator对象。 (从 PropertyBaseManager<T> 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetPropertyByName 获取具有指定名称的属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 GetPropertyByURI 获取具有指定 URI 的属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 GetSectionByName 获取具有指定名称的部分属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 GetType (从 Object 继承。)
受保护的方法 LoadProperties 从数据库加载的配置文件属性。 (从 PropertyBaseManager<T> 继承。)
受保护的方法 LoadPropertyDataFromDB (覆盖 PropertyBaseManager<T>.LoadPropertyDataFromDB()。)
受保护的方法 LoadPropertyLocalizationDataFromDB (覆盖 PropertyBaseManager<T>.LoadPropertyLocalizationDataFromDB()。)
受保护的方法 MemberwiseClone (从 Object 继承。)
受保护的方法 OrderCompare 比较两个配置文件子类型属性的显示顺序。 (覆盖 PropertyBaseManager<T>.OrderCompare(T, T)。)
受保护的方法 PostLoadPropertyDataFromDB (覆盖 PropertyBaseManager<T>.PostLoadPropertyDataFromDB(SqlCommand)。)
受保护的方法 Remove(T) 从数据库中删除指定的属性。 (从 PropertyBaseManager<T> 继承。)
受保护的方法 Remove(String, String, String) 从数据库中删除指定的属性。 (覆盖 PropertyBaseManager<T>.Remove(String, String, String)。)
公共方法 RemoveByName 从数据库中删除具有指定名称的配置文件或部分属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 RemovePropertyByName 移除具有指定名称的配置文件属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 RemovePropertyByURI 移除具有指定的 URI 的配置文件属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 RemoveSectionByName 移除具有指定名称的部分属性。 (从 PropertyBaseManager<T> 继承。)
公共方法 Reset 清晰的与此属性实例相关联的数据缓存在内存中。 (覆盖 PropertyBaseManager<T>.Reset()。)
公共方法 SetDisplayOrderByName 设置该属性或部分中具有指定名称的属性的显示顺序。
公共方法 SetDisplayOrderByPropertyName 设置具有指定名称的属性的显示顺序。
公共方法 SetDisplayOrderByPropertyURI 设置具有指定的 URI 的属性的显示顺序。
公共方法 SetDisplayOrderBySectionName 设置具有指定名称的部分属性的显示顺序。
公共方法 ToString (从 Object 继承。)

页首

显式 接口 实现

  名称 说明
显式接口实现私有方法 IEnumerable.GetEnumerator 获取此集合中的配置文件和节属性通过枚举IEnumerator 。 (从 PropertyBaseManager<T> 继承。)

页首

另请参阅

引用

ProfileSubtypePropertyManager 类

Microsoft.Office.Server.UserProfiles 命名空间