Struct SelectedField
Selected field description
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public struct SelectedField
Constructors
| Improve this Doc View SourceSelectedField(IField, String, String, String)
Selected field constructor
Declaration
public SelectedField(IField field, string alias, string fieldName, string property = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IField | field | Field object |
| String | alias | Source alias |
| String | fieldName | Field name |
| String | property | Property name |
Fields
| Improve this Doc View SourceAlias
Alias
Declaration
public readonly string Alias
Field Value
| Type | Description |
|---|---|
| String |
Field
Field description
Declaration
public readonly IField Field
Field Value
| Type | Description |
|---|---|
| IField |
FieldName
Full field name
Declaration
public readonly string FieldName
Field Value
| Type | Description |
|---|---|
| String |
Property
Property name
Declaration
public readonly string Property
Field Value
| Type | Description |
|---|---|
| String |