Class EntitySerializedParamController
The controller for handling and displaying the EntitySerializedParam to the user
Inheritance
System.Object
EntitySerializedParamController
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.Support
Assembly: ClientCore.dll
Syntax
public class EntitySerializedParamController : ParamViewerController<EntitySerializedParam>, IParamViewerController, IPopupWindowController, IController
Constructors
EntitySerializedParamController(IParamViewer<EntitySerializedParam>, EntitySerializedParam)
Creates a new controller for the specified client ui implementation of the param viewer
Declaration
public EntitySerializedParamController(IParamViewer<EntitySerializedParam> window, EntitySerializedParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamViewer<EntitySerializedParam> | window | The window instance that implements the param viewer for the specified param |
EntitySerializedParam | param | The initial instance of the param to display |