Class SearchProfile
Inheritance
System.Object
SearchProfile
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 SearchProfile
Constructors
| Improve this Doc View SourceSearchProfile()
Constructor
Declaration
public SearchProfile()
Properties
| Improve this Doc View SourceColumns
Declaration
public IDictionary<string, AsyncIBColumn> Columns { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, AsyncIBColumn> |
DefaultSearchString
Declaration
public string DefaultSearchString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Regex
Declaration
public string Regex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Statement
Declaration
public string Statement { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddColumn(String, String, HorizontalAlignment)
Add new Column
Declaration
public void AddColumn(string ColumnName, string DisplayName, HorizontalAlignment Alignment)
Parameters
Type | Name | Description |
---|---|---|
System.String | ColumnName | DB ColumnName |
System.String | DisplayName | Header DisplayName |
System.Windows.HorizontalAlignment | Alignment | Cell Alignment |