Class SearchConfigurationColumnDefinition
Inheritance
System.Object
SearchConfigurationColumnDefinition
Implements
System.Collections.Generic.IEqualityComparer <SearchConfigurationColumnDefinition >
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchConfigurationColumnDefinition : IEqualityComparer<SearchConfigurationColumnDefinition>, INotifyPropertyChanged
Properties
| Improve this Doc View SourceAllowedOperators
Declaration
public IList<SearchOperator> AllowedOperators { get; set; }
Property Value
Type | Description |
---|---|
System. |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
InternName
Declaration
public string InternName { get; set; }
Property Value
Type | Description |
---|---|
System. |
SearchDataType
Declaration
public SearchDataType SearchDataType { get; set; }
Property Value
Type | Description |
---|---|
Search |
Methods
| Improve this Doc View SourceEquals(SearchConfigurationColumnDefinition, SearchConfigurationColumnDefinition)
Declaration
public bool Equals(SearchConfigurationColumnDefinition x, SearchConfigurationColumnDefinition y)
Parameters
Type | Name | Description |
---|---|---|
Search |
x | |
Search |
y |
Returns
Type | Description |
---|---|
System. |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj |
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
GetHashCode(SearchConfigurationColumnDefinition)
Declaration
public int GetHashCode(SearchConfigurationColumnDefinition obj)
Parameters
Type | Name | Description |
---|---|---|
Search |
obj |
Returns
Type | Description |
---|---|
System. |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IEqualityComparer<T>
System.ComponentModel.INotifyPropertyChanged