Interface IPropertyMappingAdapter
Basic dynamic structure adapter
Namespace: XData.Mapping.Dynamic
Assembly: XData.docfx.dll
Syntax
public interface IPropertyMappingAdapter
Methods
| Improve this Doc View SourceGroup(Int32)
Property grouping modifier
Declaration
IStructureFlag Group(int groupOrder)
Parameters
Type | Name | Description |
---|---|---|
Int32 | groupOrder | Property grouping option |
Returns
Type | Description |
---|---|
IStructureFlag | Property grouping description |
Group(DataGrouping)
Property grouping modifier
Declaration
IStructureFlag Group(DataGrouping grouping)
Parameters
Type | Name | Description |
---|---|---|
DataGrouping | grouping | Property grouping option |
Returns
Type | Description |
---|---|
IStructureFlag | Property key description |
Remarks
Used as property description attribute
Hidden()
Column is hidden column flag
Declaration
IStructureFlag Hidden()
Returns
Type | Description |
---|---|
IStructureFlag |
Key()
Property is key modifier
Declaration
IStructureFlag Key()
Returns
Type | Description |
---|---|
IStructureFlag | Property key description |
Remarks
Used as property description attribute
OrderBy(Int32)
Property order by modifier
Declaration
IStructureFlag OrderBy(int order)
Parameters
Type | Name | Description |
---|---|---|
Int32 | order | Property oder by option |
Returns
Type | Description |
---|---|
IStructureFlag | Property oder by description |
OrderBy(Int32, Boolean)
Property order by modifier
Declaration
IStructureFlag OrderBy(int order, bool desc)
Parameters
Type | Name | Description |
---|---|---|
Int32 | order | Property oder by option |
Boolean | desc | Descent order flag |
Returns
Type | Description |
---|---|
IStructureFlag | Property oder by description |