Class GridViewControllerCustomViewParams
The parameters for the IBaseGrid<T> when used with a BaseGridCustomController<T> indicating which ICustomGrid definition should be loaded in the view itself
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 GridViewControllerCustomViewParams : ViewSerializedParam, ICloneable, ICloneable<ViewSerializedParam>, ICloneable<GridViewControllerCustomViewParams>, INotifyPropertyChanged
Properties
CustomGridID
The id of the ICustomGrid that the BaseGridCustomController<T> should use to dynamically create controls in the IBaseGrid<T>
Declaration
public Guid CustomGridID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CustomGridID_Label
The label for the CustomGridID selected, if any
Declaration
public string CustomGridID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public GridViewControllerCustomViewParams Clone()
Returns
Type | Description |
---|---|
GridViewControllerCustomViewParams |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(GridViewControllerCustomViewParams)
Declaration
public void CopyFromSource(GridViewControllerCustomViewParams source)
Parameters
Type | Name | Description |
---|---|---|
GridViewControllerCustomViewParams | 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