C# 클래스 Bamboo.Prevalence.Indexing.FullText.IndexedFieldCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string field ) : void

Adds a new IndexedField to the collection for the field with name passed as argument.

IndexedFieldCollection ( ) : System

Creates an empty collection.

메소드 상세

Add() 공개 메소드

Adds a new IndexedField to the collection for the field with name passed as argument.
public Add ( string field ) : void
field string name of the /// record field to be indexed
리턴 void

IndexedFieldCollection() 공개 메소드

Creates an empty collection.
public IndexedFieldCollection ( ) : System
리턴 System