Class SearchConfigurationProfile
Search profile
Inheritance
System.Object
    SearchConfigurationProfile
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchConfigurationProfile : object
  Properties
| Improve this Doc View SourceConfigurationId
Gets or sets the configuration id
Declaration
public Guid ConfigurationId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Guid | 
FulltextShowDirectInput
Gets or sets whether to show the fulltext search as direct input or not
Declaration
public bool? FulltextShowDirectInput { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | 
FulltextValue
Gets or sets the current fultlext value
Declaration
public string FulltextValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsConfiguration
Gets or sets whether this profile is the same configuration. When loading for this profile no entry will be created. Only the values are copied to the configuration
Declaration
public bool IsConfiguration { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsSelected
Declaration
public bool IsSelected { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Name
Gets or sets the profil ename
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Values
Gets or sets a list of profile values
Declaration
public IList<SearchConfigurationProfileValue> Values { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IList<SearchConfigurationProfileValue> |