Class PropertyMetadataProviderBase
Inheritance
System.Object
PropertyMetadataProviderBase
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public abstract class PropertyMetadataProviderBase : Object
Constructors
PropertyMetadataProviderBase()
Declaration
protected PropertyMetadataProviderBase()
Properties
EntityProperties
Declaration
public abstract List<IEntityProperty> EntityProperties { get; }
Property Value
System.Collections.Generic.List<IEntityProperty>
|
Methods
GetMetadataForPropertyName(String)
Declaration
public virtual EntityPropertyMetadata GetMetadataForPropertyName(string propertyName)
Parameters
System.String
propertyName
|
Returns
EntityPropertyMetadata
|
Initialize(Object)
Declaration
public abstract void Initialize(object source)
Parameters
System.Object
source
|