Class Search
Search configuration
Inheritance
System.Object
Search
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 Search
Constructors
| Improve this Doc View SourceSearch()
Initialize search object
Declaration
public Search()
Properties
| Improve this Doc View SourceColumns
Contains a list of searchable columns
Declaration
public IList<SearchConfigurationColumnDefinition> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SearchConfigurationColumnDefinition> |
Configurations
Gets all search configurations
Declaration
public IList<SearchConfiguration> Configurations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SearchConfiguration> |
ForeignKey
Gets or sets the search foreign key
Declaration
public Guid ForeignKey { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the search object
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Profiles
Gets or sets all profiles
Declaration
public IList<SearchConfigurationProfile> Profiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SearchConfigurationProfile> |
Methods
| Improve this Doc View SourceLoadProfile(Int32)
Load user profile
Declaration
public void LoadProfile(int userId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | userId | Unique user id |
SaveProfile()
Save the user profile settings
Declaration
public void SaveProfile()