SearchableAttribute Class

Defines an attribute that will mark additional fields in the database as searchable field.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.110 -- Release Build+b4bcf74734aa051a9b802d8f3f6ec05bd02af749
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class SearchableAttribute : Attribute
Inheritance
Object    Attribute    SearchableAttribute

Remarks

All modeled fields are automatically searchable so this only applies to fields that are not modeled.

Constructors

SearchableAttribute Defines an attribute that will mark additional fields in the database as searchable field.

Properties

FieldNames The FieldNames that are searchable.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)

Methods

EqualsReturns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute)
GetHashCodeReturns the hash code for this instance.
(Inherited from Attribute)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute)
MatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also