Class EntityBase
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class EntityBase : EntityCore, IEntity, IJavaObject, IDisposable, IJavaPeerable
Constructors
EntityBase(Object)
Declaration
public EntityBase(Object source)
Parameters
Java.Lang.Object
source
|
EntityBase(IntPtr, JniHandleOwnership)
Declaration
protected EntityBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ReflectionCache
Declaration
protected IDictionary ReflectionCache { get; set; }
Property Value
System.Collections.IDictionary
|
SourceObject
Declaration
public override Object SourceObject { get; }
Property Value
Java.Lang.Object
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateProperty(String, Object)
Declaration
public virtual IEntityProperty CreateProperty(string coreProperty, Object propertyType)
Parameters
System.String
coreProperty
|
Java.Lang.Object
propertyType
|
Returns
IEntityProperty
|
GetProperty(IEntityProperty)
Declaration
public override Object GetProperty(IEntityProperty source)
Parameters
IEntityProperty
source
|
Returns
Java.Lang.Object
|
Overrides
InitializePropertyMap()
Declaration
protected virtual void InitializePropertyMap()
Properties()
Declaration
public override IIterable Properties()
Returns
Java.Lang.IIterable
|
Overrides
ResolveCoreProperties(Class)
Declaration
protected virtual LinkedHashMap ResolveCoreProperties(Class entityType)
Parameters
Java.Lang.Class
entityType
|
Returns
Java.Util.LinkedHashMap
|
SetProperty(IEntityProperty, Object)
Declaration
public override void SetProperty(IEntityProperty target, Object value)
Parameters
IEntityProperty
target
|
Java.Lang.Object
value
|