Table of Contents

Class ContactsContract.Profile

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

Profile()

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

public Profile()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTENT_RAW_CONTACTS_URI

public static Uri CONTENT_RAW_CONTACTS_URI { get; }

Property Value

Uri

CONTENT_URI

public static Uri CONTENT_URI { get; }

Property Value

Uri

CONTENT_VCARD_URI

public static Uri CONTENT_VCARD_URI { get; }

Property Value

Uri

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

MIN_ID

public static long MIN_ID { get; }

Property Value

long

Operators

implicit operator BaseColumns(Profile)

public static implicit operator BaseColumns(ContactsContract.Profile t)

Parameters

t ContactsContract.Profile

Returns

BaseColumns