InterfaceTypeAdapter.GetProperties Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the properties declared by the interface.
protected virtual IEnumerable<IProperty> GetProperties()Returns
- IEnumerable<IProperty>
- An enumerable collection of IProperty objects representing the properties declared by the interface.
