Class DataSourceSearchParam
The custom search parameter for the DataSourceSearchDisplayerItem used in the DisplayableItemDescriptorForCustomSettings displayable item descriptor
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
[DataContract]
public class DataSourceSearchParam : SerializedParam, ICloneable, ICloneable<DataSourceSearchParam>, INotifyPropertyChanged
Properties
DataSourceTypeID
The type of data source to search. If null then all DataSourceTypeID entries are searched
Declaration
public Guid? DataSourceTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DataSourceTypeID_Label
The label for the DataSourceTypeID selected, if any
Declaration
public string DataSourceTypeID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityTypeID
The specific type of entity record to search for rather than all entities in the system
If this has a value then only matching EntityTypeID entries will be searched
Declaration
public Guid? EntityTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
MatchExactly
Indicates if the search should match exactly on the SearchID or only needs to contain it
Declaration
public bool MatchExactly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SearchID
The id to search for in SourceID entries
Declaration
public string SearchID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public DataSourceSearchParam Clone()
Returns
Type | Description |
---|---|
DataSourceSearchParam |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(DataSourceSearchParam)
Declaration
public void CopyFromSource(DataSourceSearchParam source)
Parameters
Type | Name | Description |
---|---|---|
DataSourceSearchParam | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged