Class RuntimeEntityProperty
Inheritance
System.Object
RuntimeEntityProperty
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RuntimeEntityProperty : Object, IEntityProperty
Constructors
RuntimeEntityProperty(PropertyInfo, Object, EntityPropertyMetadata)
Declaration
public RuntimeEntityProperty(PropertyInfo property, object item, EntityPropertyMetadata metadata)
Parameters
System.Reflection.PropertyInfo
property
|
System.Object
item
|
EntityPropertyMetadata
metadata
|
Properties
DataItem
Declaration
public object DataItem { get; }
Property Value
System.Object
|
Implements
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
Metadata
Declaration
public EntityPropertyMetadata Metadata { get; }
Property Value
EntityPropertyMetadata
|
Implements
OriginalValue
Declaration
public object OriginalValue { get; }
Property Value
System.Object
|
Implements
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.String
|
Implements
PropertyType
Declaration
public Type PropertyType { get; }
Property Value
System.Type
|
Implements
PropertyValue
Declaration
public object PropertyValue { get; set; }
Property Value
System.Object
|