Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( |
Creates a new XRecord instance.
|
|
Create ( |
Creates a new XRecord instance.
|
|
Create ( |
Creates a new XRecord instance.
|
|
XRecord ( ) : System |
Initializes a new instance of the XRecord class.
|
public static Create ( |
||
owner | The record owner. | |
columns | ImmutableArray |
The record columns. |
values | ImmutableArray |
The record values. |
return |
public static Create ( |
||
owner | The record owner. | |
value | string | The record value. |
return |
public static Create ( |
||
owner | The record owner. | |
id | string | The record Id. |
columns | ImmutableArray |
The record columns. |
values | ImmutableArray |
The record values. |
return |