Class DataFormEntityAdapter
Inheritance
System.Object
DataFormEntityAdapter
Namespace: Com.Telerik.Widget.Dataform.Visualization
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DataFormEntityAdapter : Object
Constructors
DataFormEntityAdapter(RadDataForm)
DataFormEntityAdapter(IntPtr, JniHandleOwnership)
Declaration
protected DataFormEntityAdapter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
EditorRegistry
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
GetEditorsForEntity(IEntity)
Declaration
public virtual IIterable GetEditorsForEntity(IEntity entity)
Parameters
IEntity
entity
|
Returns
Java.Lang.IIterable
|
GetViewersForEntity(IEntity)
Declaration
public virtual IIterable GetViewersForEntity(IEntity entity)
Parameters
IEntity
entity
|
Returns
Java.Lang.IIterable
|