ISearch
|
The ISearchSchemaException type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddField | Adds a new Field configuration entry to this Page type. |
|
|
Fields | Retrieves the configuration entries for individually configured Elements and Attributes within this Page type. |
|
|
RemoveField | Removes the Field configuration entry for the field with specified name |
|
|
SetFields | Updates the collection of Field configurations with given collection. |
|
|
Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity) |
|
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity) |
|
|
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity) |