Click or drag to resize
TextCategoryIndex 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 TextCategoryIndex : ICategoryIndex

The TextCategoryIndex type exposes the following members.

Constructors
  NameDescription
Public methodTextCategoryIndex
Initializes a new instance of the TextCategoryIndex class
Public methodTextCategoryIndex(String)
Initializes a new instance of the TextCategoryIndex class
Public methodTextCategoryIndex(ICategoryIndex)
Initializes a new instance of the TextCategoryIndex class
Public methodTextCategoryIndex(ICategoryIndex, String)
Initializes a new instance of the TextCategoryIndex 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
Public methodLoadChildNodes
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyChildNodes
Public propertyHasChildren
Public propertyParent
父级对象
Public propertyText
文本
Public propertyValue
Top
See Also