TermSet 成员
表示Term对象称为"TermSet"层次结构或平面组。
TermSet 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TermSet | 初始化TermSet对象的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Contact | 获取和设置当前TermSet对象的联系人。 | |
Context | Returns the context that is associated with the client object. (从 ClientObject 继承。) | |
CreatedDate | 获取创建此项目的 DateTime。 (从 TaxonomyItem 继承。) | |
CustomProperties | 获取Term对象或TermSet对象的有效CustomProperty实例的集合。 (从 TermSetItem 继承。) | |
CustomSortOrder | 获取当前项目的子级的自定义排序顺序。 (从 TermSetItem 继承。) | |
Description | 获取和设置当前TermSet对象的说明。 | |
Group | 获取当前TermSet对象TermGroup对象。 | |
Id | 获取当前TaxonomyItem的 Id。 (从 TaxonomyItem 继承。) | |
IsAvailableForTagging | 获取是否TaxonomyItem对象应显示在带标记的 UI。 (从 TermSetItem 继承。) | |
IsOpenForTermCreation | 指示TermSet是可以更新的所有用户,也可以通过指定 constributors TermGroup对象或者只。 | |
LastModifiedDate | 获取最近更新此项目的 DateTime。 (从 TaxonomyItem 继承。) | |
Name | 获取或设置当前TaxonomyItem对象的名称。 (从 TaxonomyItem 继承。) | |
ObjectData | Gets the object data for the current client object. (从 ClientObject 继承。) | |
ObjectVersion | Gets a string that indicates the version of the current client object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
Owner | 获取由负责TaxonomyItem对象的用户的名称。 (从 TermSetItem 继承。) | |
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
ServerObjectIsNull | Gets the server object and returns null if the server object is null. (从 ClientObject 继承。) | |
Stakeholders | 获取当前TermSet对象的利益干系人的集合。 | |
Tag | Gets or sets data that is associated with the client object. (从 ClientObject 继承。) | |
Terms | 获取的子集合的此TaxonomyItemTerm对象。 (从 TermSetItem 继承。) | |
TermStore | 获取从中检索到当前TaxonomyItemTermStore对象。 (从 TaxonomyItem 继承。) | |
TypedObject | Gets the object with the correct type information returned from the server. (从 ClientObject 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
AddStakeholder | 将利益干系人添加到TermSet对象。 | |
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (从 ClientObject 继承。) | |
Copy | 创建TermSet对象,在当前父TermGroup对象下的副本。 | |
CreateTerm | 创建新Term下方此TaxonomyItem实例。 (从 TermSetItem 继承。) | |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
DeleteAllCustomProperties | 此项目中删除所有自定义属性。 (从 TermSetItem 继承。) | |
DeleteCustomProperty | 此项目中删除特定的自定义属性。 (从 TermSetItem 继承。) | |
DeleteObject | 从系统中删除当前TaxonomyItem对象。 (从 TaxonomyItem 继承。) | |
DeleteStakeholder | 从TermSet对象中删除利益干系人。 | |
ExportObject | ||
FromJson | Indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
GetAllTerms | 返回一个包含平面TermSet对象中的所有Term对象的列表的集合。 | |
GetChanges | ||
GetTerm | 从基于其标识。 当前TermSet获取Term | |
GetTerms(Int32) | 获取分页包含子Term此TermSetItem对象的对象。 (从 TermSetItem 继承。) | |
GetTerms(LabelMatchInformation) | ||
GetTermsWithCustomProperty | ||
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript 对象表示法 (JSON) data from the server. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
InitOnePropertyFromJson | (覆盖 TermSetItem.InitOnePropertyFromJson(String, JsonReader)。) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (从 ClientObject 继承。) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (从 ClientObject 继承。) | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (从 ClientObject 继承。) | |
Move | 移动到不同TermGroup对象,当前TermSet | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (从 ClientObject 继承。) | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (从 ClientObject 继承。) | |
Retrieve() | Retrieves all scalar properties associated with the object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
ReuseTerm | 创建基于sourceTerm此TaxonomyItem对象下方的新重复使用的Term对象。 (从 TermSetItem 继承。) | |
ReuseTermWithPinning | 创建一个新的Term对象下方基于sourceTermTaxonomyItem实例并使固定,以便本地自定义属性、 IsAvailableForTagging和TermSet自定义排序顺序可以更改TermSet对象中的术语。 (从 TermSetItem 继承。) | |
SetCustomProperty | 设置TermSetItem对象的自定义属性。 (从 TermSetItem 继承。) | |
ToString | (从 Object 继承。) | |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (从 ClientObject 继承。) |
页首