Table of Contents

Class CalendarContract.Instances

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class CalendarContract.Instances : JVMBridgeBase<CalendarContract.Instances>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
Inheritance
CalendarContract.Instances
Implements
Extension Methods

Constructors

Instances(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 Instances(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BEGIN

public static String BEGIN { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTENT_BY_DAY_URI

public static Uri CONTENT_BY_DAY_URI { get; set; }

Property Value

Uri

CONTENT_SEARCH_BY_DAY_URI

public static Uri CONTENT_SEARCH_BY_DAY_URI { get; set; }

Property Value

Uri

CONTENT_SEARCH_URI

public static Uri CONTENT_SEARCH_URI { get; set; }

Property Value

Uri

CONTENT_URI

public static Uri CONTENT_URI { get; set; }

Property Value

Uri

END

public static String END { get; set; }

Property Value

String

END_DAY

public static String END_DAY { get; set; }

Property Value

String

END_MINUTE

public static String END_MINUTE { get; set; }

Property Value

String

ENTERPRISE_CONTENT_BY_DAY_URI

public static Uri ENTERPRISE_CONTENT_BY_DAY_URI { get; set; }

Property Value

Uri

ENTERPRISE_CONTENT_SEARCH_BY_DAY_URI

public static Uri ENTERPRISE_CONTENT_SEARCH_BY_DAY_URI { get; set; }

Property Value

Uri

ENTERPRISE_CONTENT_SEARCH_URI

public static Uri ENTERPRISE_CONTENT_SEARCH_URI { get; set; }

Property Value

Uri

ENTERPRISE_CONTENT_URI

public static Uri ENTERPRISE_CONTENT_URI { get; set; }

Property Value

Uri

EVENT_ID

public static String EVENT_ID { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

START_DAY

public static String START_DAY { get; set; }

Property Value

String

START_MINUTE

public static String START_MINUTE { get; set; }

Property Value

String

Methods

Query(ContentResolver, String[], long, long)

public static Cursor Query(ContentResolver arg0, String[] arg1, long arg2, long arg3)

Parameters

arg0 ContentResolver

ContentResolver

arg1 String[]

String

arg2 long

long

arg3 long

long

Returns

Cursor

Cursor

Query(ContentResolver, String[], long, long, String)

public static Cursor Query(ContentResolver arg0, String[] arg1, long arg2, long arg3, String arg4)

Parameters

arg0 ContentResolver

ContentResolver

arg1 String[]

String

arg2 long

long

arg3 long

long

arg4 String

String

Returns

Cursor

Cursor

Operators

implicit operator BaseColumns(Instances)

public static implicit operator BaseColumns(CalendarContract.Instances t)

Parameters

t CalendarContract.Instances

Returns

BaseColumns