Table of Contents

Class ContactsContract.Directory

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class ContactsContract.Directory : BaseColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IBaseColumns
Inheritance
JVMBridgeBase
JVMBridgeBase<BaseColumns>
ContactsContract.Directory
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BaseColumns>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BaseColumns>.IsAssignableFrom<T>()
JVMBridgeBase<BaseColumns>.Execute<T>(params T[])
JVMBridgeBase<BaseColumns>.DynBridgeClazz
JVMBridgeBase<BaseColumns>.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

Directory()

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

public Directory()

Directory(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 Directory(params object[] args)

Parameters

args object[]

Properties

ACCOUNT_NAME

public static String ACCOUNT_NAME { get; }

Property Value

String

ACCOUNT_TYPE

public static String ACCOUNT_TYPE { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CALLER_PACKAGE_PARAM_KEY

public static String CALLER_PACKAGE_PARAM_KEY { get; }

Property Value

String

CONTENT_ITEM_TYPE

public static String CONTENT_ITEM_TYPE { get; }

Property Value

String

CONTENT_TYPE

public static String CONTENT_TYPE { get; }

Property Value

String

CONTENT_URI

public static Uri CONTENT_URI { get; }

Property Value

Uri

DEFAULT

public static long DEFAULT { get; }

Property Value

long

DIRECTORY_AUTHORITY

public static String DIRECTORY_AUTHORITY { get; }

Property Value

String

DISPLAY_NAME

public static String DISPLAY_NAME { get; }

Property Value

String

ENTERPRISE_CONTENT_URI

public static Uri ENTERPRISE_CONTENT_URI { get; }

Property Value

Uri

ENTERPRISE_DEFAULT

public static long ENTERPRISE_DEFAULT { get; }

Property Value

long

ENTERPRISE_LOCAL_INVISIBLE

public static long ENTERPRISE_LOCAL_INVISIBLE { get; }

Property Value

long

EXPORT_SUPPORT

public static String EXPORT_SUPPORT { get; }

Property Value

String

EXPORT_SUPPORT_ANY_ACCOUNT

public static int EXPORT_SUPPORT_ANY_ACCOUNT { get; }

Property Value

int

EXPORT_SUPPORT_NONE

public static int EXPORT_SUPPORT_NONE { get; }

Property Value

int

EXPORT_SUPPORT_SAME_ACCOUNT_ONLY

public static int EXPORT_SUPPORT_SAME_ACCOUNT_ONLY { 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

LOCAL_INVISIBLE

public static long LOCAL_INVISIBLE { get; }

Property Value

long

PACKAGE_NAME

public static String PACKAGE_NAME { get; }

Property Value

String

PHOTO_SUPPORT

public static String PHOTO_SUPPORT { get; }

Property Value

String

PHOTO_SUPPORT_FULL

public static int PHOTO_SUPPORT_FULL { get; }

Property Value

int

PHOTO_SUPPORT_FULL_SIZE_ONLY

public static int PHOTO_SUPPORT_FULL_SIZE_ONLY { get; }

Property Value

int

PHOTO_SUPPORT_NONE

public static int PHOTO_SUPPORT_NONE { get; }

Property Value

int

PHOTO_SUPPORT_THUMBNAIL_ONLY

public static int PHOTO_SUPPORT_THUMBNAIL_ONLY { get; }

Property Value

int

SHORTCUT_SUPPORT

public static String SHORTCUT_SUPPORT { get; }

Property Value

String

SHORTCUT_SUPPORT_DATA_ITEMS_ONLY

public static int SHORTCUT_SUPPORT_DATA_ITEMS_ONLY { get; }

Property Value

int

SHORTCUT_SUPPORT_FULL

public static int SHORTCUT_SUPPORT_FULL { get; }

Property Value

int

SHORTCUT_SUPPORT_NONE

public static int SHORTCUT_SUPPORT_NONE { get; }

Property Value

int

TYPE_RESOURCE_ID

public static String TYPE_RESOURCE_ID { get; }

Property Value

String

Methods

IsEnterpriseDirectoryId(long)

public static bool IsEnterpriseDirectoryId(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

IsRemoteDirectoryId(long)

public static bool IsRemoteDirectoryId(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

NotifyDirectoryChange(ContentResolver)

public static void NotifyDirectoryChange(ContentResolver arg0)

Parameters

arg0 ContentResolver

ContentResolver