Class TableRequest
public class TableRequest : BroadcastInfoRequest, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
TableRequest
- Implements
- Inherited Members
- Extension Methods
Constructors
TableRequest(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 TableRequest(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
TableRequest(int, int, int, int, int)
public TableRequest(int arg0, int arg1, int arg2, int arg3, int arg4)
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
TABLE_NAME_BAT
public static int TABLE_NAME_BAT { get; set; }
Property Value
TABLE_NAME_CAT
public static int TABLE_NAME_CAT { get; set; }
Property Value
TABLE_NAME_EIT
public static int TABLE_NAME_EIT { get; set; }
Property Value
TABLE_NAME_NIT
public static int TABLE_NAME_NIT { get; set; }
Property Value
TABLE_NAME_PAT
public static int TABLE_NAME_PAT { get; set; }
Property Value
TABLE_NAME_PMT
public static int TABLE_NAME_PMT { get; set; }
Property Value
TABLE_NAME_SDT
public static int TABLE_NAME_SDT { get; set; }
Property Value
TABLE_NAME_SIT
public static int TABLE_NAME_SIT { get; set; }
Property Value
TABLE_NAME_TDT
public static int TABLE_NAME_TDT { get; set; }
Property Value
TABLE_NAME_TOT
public static int TABLE_NAME_TOT { get; set; }
Property Value
Methods
CreatePoolableInstance(int, int, int, int, int)
HPA initializer for TableRequest(int arg0, int arg1, int arg2, int arg3, int arg4)
public static TableRequest CreatePoolableInstance(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
Returns
GetTableId()
public int GetTableId()
Returns
GetTableName()
public int GetTableName()
Returns
GetVersion()
public int GetVersion()