Mapping.Implicit(String to Mapping) Operator
Implicitly converts the specified string value into a mapping instance.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public static implicit operator Mapping(string fieldName)
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | The string value that specifies the mapping’s FieldName. |
Returns
Type | Description |
---|---|
Mapping | A new mapping instance with the specified FieldName property. |
See Also