Class Piece
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a single piece, serving as a general-purpose entity within its containing system.
public class Piece
- Inheritance
-
Piece
- Inherited Members
- Extension Methods
Properties
Color
public string? Color { get; set; }
Property Value
Eq
public object? Eq { get; set; }
Property Value
Gt
public double? Gt { get; set; }
Property Value
Gte
public double? Gte { get; set; }
Property Value
LineType
public DisplayConfigEnums.LineType LineType { get; set; }
Property Value
Lt
public double? Lt { get; set; }
Property Value
Lte
public double? Lte { get; set; }
Property Value
Neq
public object? Neq { get; set; }
Property Value
Opacity
public double? Opacity { get; set; }
Property Value
Symbol
public string? Symbol { get; set; }
Property Value
SymbolSize
public int? SymbolSize { get; set; }
Property Value
- int?