Class CellUpdate
CellUpdate
Inheritance
System.Object
CellUpdate
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class CellUpdate : IEquatable<CellUpdate>
Constructors
CellUpdate(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the Cell
Declaration
public CellUpdate(int? x = null, int? y = null, int? w = null, int? h = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
x | x. |
System. |
y | y. |
System. |
w | w. |
System. |
h | h. |
Properties
H
Gets or Sets H
Declaration
public int? H { get; set; }
Property Value
Type | Description |
---|---|
System. |
W
Gets or Sets W
Declaration
public int? W { get; set; }
Property Value
Type | Description |
---|---|
System. |
X
Gets or Sets X
Declaration
public int? X { get; set; }
Property Value
Type | Description |
---|---|
System. |
Y
Gets or Sets Y
Declaration
public int? Y { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(CellUpdate)
Returns true if CellUpdate instances are equal
Declaration
public bool Equals(CellUpdate input)
Parameters
Type | Name | Description |
---|---|---|
Cell |
input | Instance of CellUpdate to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |