Interface IRefPropertiesProvider
Interface for reference properties provider.
Namespace: Kephas.Data.Analysis
Assembly: Kephas.Data.dll
Syntax
[SingletonAppServiceContract]
public interface IRefPropertiesProvider
Methods
| Improve this Doc View SourceGetRefProperties(Object)
Gets the reference properties of the provided entity.
Declaration
IEnumerable<IRef> GetRefProperties(object entity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | entity | The entity. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IRef> | An enumeration of reference properties. |