Class Face
Data model that defines a BMS Zone
Namespace: Ayuda.BMS.Services.Models
Properties
CanBeSold
Gets or sets the flag indicating whether or not the zone can be sold
Declaration
[DataMember]
public bool CanBeSold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanvasLayoutHeight
Gets or sets the zone height
Declaration
[DataMember]
public int CanvasLayoutHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CanvasLayoutWidth
Gets or sets the zone width
Declaration
[DataMember]
public int CanvasLayoutWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CanvasLayoutX
Gets or sets the zone X-coordinate origin
Declaration
[DataMember]
public int CanvasLayoutX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CanvasLayoutY
Gets or sets the zone Y-coordinate origin
Declaration
[DataMember]
public int CanvasLayoutY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Description
Gets or sets the Description
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaceID
Gets or sets the Face ID associated with this Zone
Declaration
[DataMember]
public Guid FaceID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Notes
Gets or sets the Notes
Declaration
[DataMember]
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the Number
Declaration
[DataMember]
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |