Click or drag to resize
TextValueCategoryIndex Class
文本和值对应的分类索引
Inheritance Hierarchy

Namespace: X3Platform.CategoryIndexes
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class TextValueCategoryIndex : TextCategoryIndex

The TextValueCategoryIndex type exposes the following members.

Constructors
  NameDescription
Public methodTextValueCategoryIndex(String)
Initializes a new instance of the TextValueCategoryIndex class
Public methodTextValueCategoryIndex(String, String)
Initializes a new instance of the TextValueCategoryIndex class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoadChildNode (Inherited from TextCategoryIndex.)
Public methodLoadChildNodes (Inherited from TextCategoryIndex.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyChildNodes (Inherited from TextCategoryIndex.)
Public propertyHasChildren (Inherited from TextCategoryIndex.)
Public propertyParent
父级对象
(Inherited from TextCategoryIndex.)
Public propertyText
文本
(Inherited from TextCategoryIndex.)
Public propertyValue
(Inherited from TextCategoryIndex.)
Top
See Also