Table of Contents

Class DocumentsContract.Document

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COLUMN_DISPLAY_NAME

public static String COLUMN_DISPLAY_NAME { get; set; }

Property Value

String

COLUMN_DOCUMENT_ID

public static String COLUMN_DOCUMENT_ID { get; set; }

Property Value

String

COLUMN_FLAGS

public static String COLUMN_FLAGS { get; set; }

Property Value

String

COLUMN_ICON

public static String COLUMN_ICON { get; set; }

Property Value

String

COLUMN_LAST_MODIFIED

public static String COLUMN_LAST_MODIFIED { get; set; }

Property Value

String

COLUMN_MIME_TYPE

public static String COLUMN_MIME_TYPE { get; set; }

Property Value

String

COLUMN_SIZE

public static String COLUMN_SIZE { get; set; }

Property Value

String

COLUMN_SUMMARY

public static String COLUMN_SUMMARY { get; set; }

Property Value

String

FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE

public static int FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE { get; set; }

Property Value

int

FLAG_DIR_PREFERS_GRID

public static int FLAG_DIR_PREFERS_GRID { get; set; }

Property Value

int

FLAG_DIR_PREFERS_LAST_MODIFIED

public static int FLAG_DIR_PREFERS_LAST_MODIFIED { get; set; }

Property Value

int

FLAG_DIR_SUPPORTS_CREATE

public static int FLAG_DIR_SUPPORTS_CREATE { get; set; }

Property Value

int

FLAG_PARTIAL

public static int FLAG_PARTIAL { get; set; }

Property Value

int

FLAG_SUPPORTS_COPY

public static int FLAG_SUPPORTS_COPY { get; set; }

Property Value

int

FLAG_SUPPORTS_DELETE

public static int FLAG_SUPPORTS_DELETE { get; set; }

Property Value

int

FLAG_SUPPORTS_METADATA

public static int FLAG_SUPPORTS_METADATA { get; set; }

Property Value

int

FLAG_SUPPORTS_MOVE

public static int FLAG_SUPPORTS_MOVE { get; set; }

Property Value

int

FLAG_SUPPORTS_REMOVE

public static int FLAG_SUPPORTS_REMOVE { get; set; }

Property Value

int

FLAG_SUPPORTS_RENAME

public static int FLAG_SUPPORTS_RENAME { get; set; }

Property Value

int

FLAG_SUPPORTS_SETTINGS

public static int FLAG_SUPPORTS_SETTINGS { get; set; }

Property Value

int

FLAG_SUPPORTS_THUMBNAIL

public static int FLAG_SUPPORTS_THUMBNAIL { get; set; }

Property Value

int

FLAG_SUPPORTS_WRITE

public static int FLAG_SUPPORTS_WRITE { get; set; }

Property Value

int

FLAG_VIRTUAL_DOCUMENT

public static int FLAG_VIRTUAL_DOCUMENT { get; set; }

Property Value

int

FLAG_WEB_LINKABLE

public static int FLAG_WEB_LINKABLE { get; set; }

Property Value

int

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

MIME_TYPE_DIR

public static String MIME_TYPE_DIR { get; set; }

Property Value

String