Class SearchConfigurationProfile
Search profile
Inheritance
System.Object
SearchConfigurationProfile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchConfigurationProfile
Properties
| Improve this Doc View SourceConfigurationId
Gets or sets the configuration id
Declaration
public Guid ConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.IList<SearchConfigurationProfileValue> |