SmartSearchRequest.ItemInfo Members
Contains information about items involved in the Smart Search operation.Constructors
| Name | Description |
|---|---|
| ItemInfo(String, String, String) | Initializes a new instance of the SmartSearchRequest.ItemInfo class with specified settings. |
Properties
| Name | Description |
|---|---|
| Description | Gets or sets a description of the item or supplies additional context. |
| Id | Gets or sets a unique identifier for the item. |
| Value | Gets or sets a string associated with the item (for example, name, caption, etc.). |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Deconstruct(out String, out String, out String) | |
| Equals(SmartSearchRequest.ItemInfo) | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | |
| GetHashCode() | |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() |
See Also