NavigationTermSet 成员
包括受保护的成员
包括继承的成员
指定导航行为以及用于驱动导航TermSet对象的属性和友好 Url 的网站。
NavigationTermSet 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
NavigationTermSet |
页首
属性
名称 | 说明 | |
---|---|---|
CatalogTargetUrlForChildTerms | 获取子NavigationTerm对象CatalogTargetUrl属性的默认值。 (从 NavigationTermSetItem 继承。) | |
Context | Returns the context that is associated with the client object. (从 ClientObject 继承。) | |
Id | 从基础分类对象获取Id()属性和Id属性。 (从 NavigationTermSetItem 继承。) | |
IsNavigationTermSet | 获取或设置一个值,指示指定的TermSet对象为了可用于导航。 | |
IsReadOnly | 获取一个布尔值,指示对象是否在"只读"或"可编辑"模式。 (从 NavigationTermSetItem 继承。) | |
Lcid | 获取访问TermSet对象或Term对象的多语言属性时使用的语言代码标识符 (LCID)。 | |
LinkType | 获取此NavigationTermSetItem对象的链接类型。 (从 NavigationTermSetItem 继承。) | |
LoadedFromPersistedData | 指示从中间数据文件,而不是直接从分类对象加载的NavigationTermSet对象。 | |
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 继承。) | |
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 继承。) | |
Tag | Gets or sets data that is associated with the client object. (从 ClientObject 继承。) | |
TargetUrlForChildTerms | 获取指定子NavigationTerm对象的目标 URL 的默认值的字符串。 (从 NavigationTermSetItem 继承。) | |
TaxonomyName | 从基础分类对象获取Name属性或Name属性。 (从 NavigationTermSetItem 继承。) | |
TermGroupId | 获取此NavigationTermSet对象相关联的Group对象的 ID。 | |
Terms | 获取所有直接子NavigationTerm此NavigationTerm对象或NavigationTermSet对象的对象。 (从 NavigationTermSetItem 继承。) | |
TermStoreId | 获取NavigationTermSet对象相关联的术语库的唯一 ID。 | |
Title | 获取显示在菜单和痕迹导航中的导航节点标题。 (从 NavigationTermSetItem 继承。) | |
TypedObject | Gets the object with the correct type information returned from the server. (从 ClientObject 继承。) | |
View | 获取用于各种用途,如要解决相对 Url NavigationTermSetView对象。 (从 NavigationTermSetItem 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (从 ClientObject 继承。) | |
CreateTerm | 指定termName创建一个新的NavigationTerm对象。 (从 NavigationTermSetItem 继承。) | |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
FindTermForUrl | 搜索与指定 URL 匹配的第一个节点。 | |
FromJson | Indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
GetAllTerms | 返回NavigationTermSet中的完成树中的子NavigationTerm对象的集合。 | |
GetAsEditable | 返回NavigationTermSet对象的可编辑版本。 | |
GetAsResolvedByView | 构造NavigationTermSet对象在绑定到手动构建的NavigationTermSetView对象的可编辑模式下。 | |
GetAsResolvedByWeb | 构造绑定到指定的TermSet对象可编辑NavigationTermSet对象。 | |
GetResolvedDisplayUrl | 返回在导航菜单中显示的 URL。 (从 NavigationTermSetItem 继承。) | |
GetTaxonomyTermSet | 如果此NavigationTermSet对象处于编辑模式,则返回关联的TermSet对象。 | |
GetTaxonomyTermStore | 如果NavigationTermSetItem对象处于编辑模式,则返回相关联的TermStore 。 (从 NavigationTermSetItem 继承。) | |
GetWithNewView | 返回NavigationTermSet对象的新视图。 | |
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript 对象表示法 (JSON) data from the server. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
InitOnePropertyFromJson | (覆盖 NavigationTermSetItem.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 继承。) | |
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 继承。) | |
ToString | (从 Object 继承。) | |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (从 ClientObject 继承。) |
页首