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 CellUpdate class.
Declaration
public CellUpdate(int? x = null, int? y = null, int? w = null, int? h = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int32> | x | x. |
System.Nullable<System.Int32> | y | y. |
System.Nullable<System.Int32> | w | w. |
System.Nullable<System.Int32> | h | h. |
Properties
H
Gets or Sets H
Declaration
public int? H { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
W
Gets or Sets W
Declaration
public int? W { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
X
Gets or Sets X
Declaration
public int? X { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Y
Gets or Sets Y
Declaration
public int? Y { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
Equals(CellUpdate)
Returns true if CellUpdate instances are equal
Declaration
public bool Equals(CellUpdate input)
Parameters
Type | Name | Description |
---|---|---|
CellUpdate | input | Instance of CellUpdate to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System.Object | input | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |