Interface ILinkPropertyMappingAdapter<T>
Link property mapping adapter
Inherited Members
Namespace: XData.Mapping.Dynamic
Assembly: XData.docfx.dll
Syntax
public interface ILinkPropertyMappingAdapter<T> : IRepositoryReadOnlyPropertyMappingAdapter, IPropertyMappingAdapter where T : class, ISqlObject, new()
Type Parameters
Name | Description |
---|---|
T | Data object type |
Methods
| Improve this Doc View SourceLinkProperty()
Link property data association property
Declaration
IStructureFlag LinkProperty()
Returns
Type | Description |
---|---|
IStructureFlag | Property link description |
LinkProperty<TSource>(Expression<Func<TSource, Object>>)
Link property data association property
Declaration
IStructureFlag LinkProperty<TSource>(Expression<Func<TSource, object>> source)
where TSource : class, IDataObject, new()
Parameters
Type | Name | Description |
---|---|---|
Expression<Func<TSource, Object>> | source | Source dictionary property |
Returns
Type | Description |
---|---|
IStructureFlag | Property link description |
Type Parameters
Name | Description |
---|---|
TSource | Source dictionary type |
LinkProperty<TSource>(Expression<Func<TSource, Object>>, Expression<Func<T, Object>>)
Link property data association property
Declaration
IStructureFlag LinkProperty<TSource>(Expression<Func<TSource, object>> source, Expression<Func<T, object>> property)
where TSource : class, IDataObject, new()
Parameters
Type | Name | Description |
---|---|---|
Expression<Func<TSource, Object>> | source | Source dictionary property |
Expression<Func<T, Object>> | property | Property |
Returns
Type | Description |
---|---|
IStructureFlag | Property link description |
Type Parameters
Name | Description |
---|---|
TSource | Source dictionary type |
LinkProperty<TSource>(Expression<Func<T, Object>>)
Link property data association property
Declaration
IStructureFlag LinkProperty<TSource>(Expression<Func<T, object>> property)
where TSource : class, IDataObject, new()
Parameters
Type | Name | Description |
---|---|---|
Expression<Func<T, Object>> | property | Property |
Returns
Type | Description |
---|---|
IStructureFlag | Property link description |
Type Parameters
Name | Description |
---|---|
TSource | Source dictionary type |