Interface IMetadataProvider
Assembly: Syncfusion.EJ.dll
public interface IMetadataProvider
Methods
Declaration
Metadata FromType(Type modelType, string propertyName)
Parameters
Type |
Name |
Description |
System.Type |
modelType |
|
System.String |
propertyName |
|
Returns
Declaration
Metadata Read(PropertyInfo property)
Parameters
Type |
Name |
Description |
System.Reflection.PropertyInfo |
property |
|
Returns
Declaration
Dictionary<string, Metadata> ReadFromType(Type modelType)
Parameters
Type |
Name |
Description |
System.Type |
modelType |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, Metadata> |
|