Class CellWithViewProperties
CellWithViewProperties
Implements
IEquatable<CellWithViewProperties >
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class CellWithViewProperties : Cell, IEquatable<CellWithViewProperties>
Constructors
CellWithViewProperties(String, ViewProperties, String, CellLinks, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the Cell
Declaration
public CellWithViewProperties(string name = null, ViewProperties properties = null, string id = null, CellLinks links = null, int? x = null, int? y = null, int? w = null, int? h = null, string viewID = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | name. |
View |
properties | properties. |
System. |
id | |
Cell |
links | |
System. |
x | |
System. |
y | |
System. |
w | |
System. |
h | |
System. |
viewID |
Properties
Name
Gets or Sets Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Properties
Gets or Sets Properties
Declaration
public ViewProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
View |
Methods
Equals(CellWithViewProperties)
Returns true if CellWithViewProperties instances are equal
Declaration
public bool Equals(CellWithViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
Cell |
input | Instance of CellWithViewProperties 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 |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
Overrides
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |
Overrides
Implements
IEquatable<>