GetNxPropertiesAsync Method
Overloads
GetNxPropertiesAsync() |
Gets the properties of a field. |
|
GetNxPropertiesAsync(AsyncHandle) |
Gets the properties of a field. |
|
GetNxPropertiesAsync<T>(AsyncHandle, Func<Response, T>) |
Gets the properties of a field. |
GetNxPropertiesAsync()
Gets the properties of a field.
Declaration
public Task<NxFieldProperties> GetNxPropertiesAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<NxFieldProperties> |
Implements
Remarks
The property OneAndOnlyOne
is set to true if one and only value has been selected in the field prior setting the property.
GetNxPropertiesAsync(AsyncHandle)
Gets the properties of a field.
Declaration
public Task<NxFieldProperties> GetNxPropertiesAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<NxFieldProperties> |
Implements
Remarks
The property OneAndOnlyOne
is set to true if one and only value has been selected in the field prior setting the property.
GetNxPropertiesAsync<T>(AsyncHandle, Func<Response, T>)
Gets the properties of a field.
Declaration
public Task<T> GetNxPropertiesAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Func<Response, T> | onResult |
Continuation function |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |
Implements
Remarks
The property OneAndOnlyOne
is set to true if one and only value has been selected in the field prior setting the property.