Class PropertyBagObject
Inheritance
System.Object
PropertyBagObject
Namespace: Com.Telerik.Widget.Chart.Engine.PropertyStore
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class PropertyBagObject : Object
Constructors
PropertyBagObject()
Declaration
protected PropertyBagObject()
PropertyBagObject(IntPtr, JniHandleOwnership)
Declaration
protected PropertyBagObject(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
|
PropertyStore
Declaration
protected FastPropertyStore PropertyStore { get; set; }
Property Value
FastPropertyStore
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ClearValue(Int32)
Declaration
public virtual bool ClearValue(int key)
Parameters
System.Int32
key
|
Returns
System.Boolean
|
GetTypedValue(Int32, Object)
Declaration
public virtual Object GetTypedValue(int key, Object defaultValue)
Parameters
System.Int32
key
|
Java.Lang.Object
defaultValue
|
Returns
Java.Lang.Object
|
GetValue(Int32)
Declaration
public virtual Object GetValue(int key)
Parameters
System.Int32
key
|
Returns
Java.Lang.Object
|
IsLocalValue(Int32)
Declaration
public virtual bool IsLocalValue(int key)
Parameters
System.Int32
key
|
Returns
System.Boolean
|
SetValue(Int32, Object)
Declaration
public virtual bool SetValue(int key, Object value)
Parameters
System.Int32
key
|
Java.Lang.Object
value
|
Returns
System.Boolean
|