Class RestrictionEntry
public class RestrictionEntry : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
RestrictionEntry
- Implements
- Inherited Members
- Extension Methods
Constructors
RestrictionEntry(Parcel)
public RestrictionEntry(Parcel arg0)
Parameters
RestrictionEntry(String, String)
public RestrictionEntry(String arg0, String arg1)
Parameters
RestrictionEntry(String, String[])
public RestrictionEntry(String arg0, String[] arg1)
Parameters
RestrictionEntry(String, bool)
public RestrictionEntry(String arg0, bool arg1)
Parameters
RestrictionEntry(String, int)
public RestrictionEntry(String arg0, int arg1)
Parameters
RestrictionEntry(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RestrictionEntry(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
RestrictionEntry(int, String)
public RestrictionEntry(int arg0, String arg1)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
TYPE_BOOLEAN
public static int TYPE_BOOLEAN { get; set; }
Property Value
TYPE_BUNDLE
public static int TYPE_BUNDLE { get; set; }
Property Value
TYPE_BUNDLE_ARRAY
public static int TYPE_BUNDLE_ARRAY { get; set; }
Property Value
TYPE_CHOICE
public static int TYPE_CHOICE { get; set; }
Property Value
TYPE_INTEGER
public static int TYPE_INTEGER { get; set; }
Property Value
TYPE_MULTI_SELECT
public static int TYPE_MULTI_SELECT { get; set; }
Property Value
TYPE_NULL
public static int TYPE_NULL { get; set; }
Property Value
TYPE_STRING
public static int TYPE_STRING { get; set; }
Property Value
Methods
CreateBundleArrayEntry(String, RestrictionEntry[])
public static RestrictionEntry CreateBundleArrayEntry(String arg0, RestrictionEntry[] arg1)
Parameters
arg0Stringarg1RestrictionEntry[]
Returns
CreateBundleEntry(String, RestrictionEntry[])
public static RestrictionEntry CreateBundleEntry(String arg0, RestrictionEntry[] arg1)
Parameters
arg0Stringarg1RestrictionEntry[]
Returns
CreatePoolableInstance(Parcel)
HPA initializer for RestrictionEntry(Android.Os.Parcel arg0)
public static RestrictionEntry CreatePoolableInstance(Parcel arg0)
Parameters
arg0Parcel
Returns
CreatePoolableInstance(String, String)
HPA initializer for RestrictionEntry(Java.Lang.String arg0, Java.Lang.String arg1)
public static RestrictionEntry CreatePoolableInstance(String arg0, String arg1)
Parameters
Returns
CreatePoolableInstance(String, String[])
HPA initializer for RestrictionEntry(Java.Lang.String arg0, Java.Lang.String[] arg1)
public static RestrictionEntry CreatePoolableInstance(String arg0, String[] arg1)
Parameters
Returns
CreatePoolableInstance(String, bool)
HPA initializer for RestrictionEntry(Java.Lang.String arg0, bool arg1)
public static RestrictionEntry CreatePoolableInstance(String arg0, bool arg1)
Parameters
Returns
CreatePoolableInstance(String, int)
HPA initializer for RestrictionEntry(Java.Lang.String arg0, int arg1)
public static RestrictionEntry CreatePoolableInstance(String arg0, int arg1)
Parameters
Returns
CreatePoolableInstance(int, String)
HPA initializer for RestrictionEntry(int arg0, Java.Lang.String arg1)
public static RestrictionEntry CreatePoolableInstance(int arg0, String arg1)
Parameters
Returns
DescribeContents()
public int DescribeContents()
Returns
GetAllSelectedStrings()
public String[] GetAllSelectedStrings()
Returns
GetChoiceEntries()
public String[] GetChoiceEntries()
Returns
GetChoiceValues()
public String[] GetChoiceValues()
Returns
GetDescription()
public String GetDescription()
Returns
GetIntValue()
public int GetIntValue()
Returns
GetKey()
public String GetKey()
Returns
GetRestrictions()
public RestrictionEntry[] GetRestrictions()
Returns
GetSelectedState()
public bool GetSelectedState()
Returns
GetSelectedString()
public String GetSelectedString()
Returns
GetTitle()
public String GetTitle()
Returns
GetType()
public int GetType()
Returns
SetAllSelectedStrings(String[])
public void SetAllSelectedStrings(String[] arg0)
Parameters
SetChoiceEntries(Context, int)
public void SetChoiceEntries(Context arg0, int arg1)
Parameters
SetChoiceEntries(String[])
public void SetChoiceEntries(String[] arg0)
Parameters
SetChoiceValues(Context, int)
public void SetChoiceValues(Context arg0, int arg1)
Parameters
SetChoiceValues(String[])
public void SetChoiceValues(String[] arg0)
Parameters
SetDescription(String)
public void SetDescription(String arg0)
Parameters
SetIntValue(int)
public void SetIntValue(int arg0)
Parameters
SetRestrictions(RestrictionEntry[])
public void SetRestrictions(RestrictionEntry[] arg0)
Parameters
arg0RestrictionEntry[]
SetSelectedState(bool)
public void SetSelectedState(bool arg0)
Parameters
SetSelectedString(String)
public void SetSelectedString(String arg0)
Parameters
SetTitle(String)
public void SetTitle(String arg0)
Parameters
SetType(int)
public void SetType(int arg0)
Parameters
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)