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.Collections.Generic.IList<SearchOperator> |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InternName
Declaration
public string InternName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SearchDataType
Declaration
public SearchDataType SearchDataType { get; set; }
Property Value
Type | Description |
---|---|
SearchDataType |
Methods
| Improve this Doc View SourceEquals(SearchConfigurationColumnDefinition, SearchConfigurationColumnDefinition)
Declaration
public bool Equals(SearchConfigurationColumnDefinition x, SearchConfigurationColumnDefinition y)
Parameters
Type | Name | Description |
---|---|---|
SearchConfigurationColumnDefinition | x | |
SearchConfigurationColumnDefinition | y |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
GetHashCode(SearchConfigurationColumnDefinition)
Declaration
public int GetHashCode(SearchConfigurationColumnDefinition obj)
Parameters
Type | Name | Description |
---|---|---|
SearchConfigurationColumnDefinition | obj |
Returns
Type | Description |
---|---|
System.Int32 |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.Collections.Generic.IEqualityComparer<T>
System.ComponentModel.INotifyPropertyChanged