Skip to main content

Class UpdateColorsRequest

Namespace: Aurigma.DesignAtoms.Controllers.Data
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class UpdateColorsRequest

Inheritance: System.Object -> UpdateColorsRequest

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

UpdateColorsRequest

public UpdateColorsRequest()

UpdateColorsRequest

public UpdateColorsRequest(MultiCallRequestItem requestItem)

Properties

CanvasData

public string CanvasData { get; set; }

ColorData

public string ColorData { get; set; }
Was this page helpful?