메소드 | 설명 | |
---|---|---|
GetFieldMetadata ( ) : FieldMetadata>.IDictionary |
||
GetProperty ( string name, bool &found ) : object | ||
Initialize ( ) : void | ||
SetProperty ( string name, object value ) : bool | ||
ValidateData ( object value, Field field ) : |
메소드 | 설명 | |
---|---|---|
CopyPropertiesFrom ( FieldSetting source ) : void | ||
CreateDefaultIndexFieldHandler ( ) : SenseNet.Search.Indexing.FieldIndexHandler | ||
ParseConfiguration ( |
||
SetDefaults ( ) : void | ||
WriteConfiguration ( |
메소드 | 설명 | |
---|---|---|
SetSlotMinMaxValues ( ) : void |
protected CopyPropertiesFrom ( FieldSetting source ) : void | ||
source | FieldSetting | |
리턴 | void |
protected CreateDefaultIndexFieldHandler ( ) : SenseNet.Search.Indexing.FieldIndexHandler | ||
리턴 | SenseNet.Search.Indexing.FieldIndexHandler |
public GetFieldMetadata ( ) : FieldMetadata>.IDictionary |
||
리턴 | FieldMetadata>.IDictionary |
public GetProperty ( string name, bool &found ) : object | ||
name | string | |
found | bool | |
리턴 | object |
protected ParseConfiguration ( |
||
configurationElement | ||
xmlNamespaceResolver | IXmlNamespaceResolver | |
contentType | ||
리턴 | void |
public SetProperty ( string name, object value ) : bool | ||
name | string | |
value | object | |
리턴 | bool |
public ValidateData ( object value, Field field ) : |
||
value | object | |
field | Field | |
리턴 |
protected WriteConfiguration ( |
||
writer | ||
리턴 | void |