Table of Contents

Class DocumentsContract.Document

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class DocumentsContract.Document : JVMBridgeBase<DocumentsContract.Document>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
DocumentsContract.Document
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DocumentsContract.Document>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DocumentsContract.Document>.IsAssignableFrom<T>()
JVMBridgeBase<DocumentsContract.Document>.Execute<T>(params T[])
JVMBridgeBase<DocumentsContract.Document>.DynBridgeClazz
JVMBridgeBase<DocumentsContract.Document>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Document()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Document()

Document(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Document(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COLUMN_DISPLAY_NAME

public static String COLUMN_DISPLAY_NAME { get; }

Property Value

String

COLUMN_DOCUMENT_ID

public static String COLUMN_DOCUMENT_ID { get; }

Property Value

String

COLUMN_FLAGS

public static String COLUMN_FLAGS { get; }

Property Value

String

COLUMN_ICON

public static String COLUMN_ICON { get; }

Property Value

String

COLUMN_LAST_MODIFIED

public static String COLUMN_LAST_MODIFIED { get; }

Property Value

String

COLUMN_MIME_TYPE

public static String COLUMN_MIME_TYPE { get; }

Property Value

String

COLUMN_SIZE

public static String COLUMN_SIZE { get; }

Property Value

String

COLUMN_SUMMARY

public static String COLUMN_SUMMARY { get; }

Property Value

String

FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE

public static int FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE { get; }

Property Value

int

FLAG_DIR_PREFERS_GRID

public static int FLAG_DIR_PREFERS_GRID { get; }

Property Value

int

FLAG_DIR_PREFERS_LAST_MODIFIED

public static int FLAG_DIR_PREFERS_LAST_MODIFIED { get; }

Property Value

int

FLAG_DIR_SUPPORTS_CREATE

public static int FLAG_DIR_SUPPORTS_CREATE { get; }

Property Value

int

FLAG_PARTIAL

public static int FLAG_PARTIAL { get; }

Property Value

int

FLAG_SUPPORTS_COPY

public static int FLAG_SUPPORTS_COPY { get; }

Property Value

int

FLAG_SUPPORTS_DELETE

public static int FLAG_SUPPORTS_DELETE { get; }

Property Value

int

FLAG_SUPPORTS_METADATA

public static int FLAG_SUPPORTS_METADATA { get; }

Property Value

int

FLAG_SUPPORTS_MOVE

public static int FLAG_SUPPORTS_MOVE { get; }

Property Value

int

FLAG_SUPPORTS_REMOVE

public static int FLAG_SUPPORTS_REMOVE { get; }

Property Value

int

FLAG_SUPPORTS_RENAME

public static int FLAG_SUPPORTS_RENAME { get; }

Property Value

int

FLAG_SUPPORTS_SETTINGS

public static int FLAG_SUPPORTS_SETTINGS { get; }

Property Value

int

FLAG_SUPPORTS_THUMBNAIL

public static int FLAG_SUPPORTS_THUMBNAIL { get; }

Property Value

int

FLAG_SUPPORTS_WRITE

public static int FLAG_SUPPORTS_WRITE { get; }

Property Value

int

FLAG_VIRTUAL_DOCUMENT

public static int FLAG_VIRTUAL_DOCUMENT { get; }

Property Value

int

FLAG_WEB_LINKABLE

public static int FLAG_WEB_LINKABLE { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MIME_TYPE_DIR

public static String MIME_TYPE_DIR { get; }

Property Value

String