Class ImageSerializedParam
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
[DataContract]
public class ImageSerializedParam : SerializedParam, ICloneable, ICloneable<ImageSerializedParam>
Properties
Image
The unique id of the system, or ImageID, identifying the image to be used
Declaration
public Guid? Image { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Methods
Clone()
Declaration
public ImageSerializedParam Clone()
Returns
Type | Description |
---|---|
ImageSerializedParam |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(ImageSerializedParam)
Declaration
public void CopyFromSource(ImageSerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
ImageSerializedParam | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |