Class CommandSerializedParam
The base class for any parameter of a main menu command. The main menu command parameters are stored in ItemParam
Inheritance
System.Object
CommandSerializedParam
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.Core.Client
Assembly: API.dll
Syntax
[DataContract]
public class CommandSerializedParam : SerializedParam, ICloneable, ICloneable<CommandSerializedParam>
Methods
Clone()
Declaration
public CommandSerializedParam Clone()
Returns
Type | Description |
---|---|
CommandSerializedParam |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(CommandSerializedParam)
Declaration
public void CopyFromSource(CommandSerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
CommandSerializedParam | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |