Table of Contents

Class ContactsContract.CommonDataKinds.StructuredName

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTENT_ITEM_TYPE

public static String CONTENT_ITEM_TYPE { get; set; }

Property Value

String

DISPLAY_NAME

public static String DISPLAY_NAME { get; set; }

Property Value

String

EXTRA_ADDRESS_BOOK_INDEX

public static String EXTRA_ADDRESS_BOOK_INDEX { get; set; }

Property Value

String

EXTRA_ADDRESS_BOOK_INDEX_COUNTS

public static String EXTRA_ADDRESS_BOOK_INDEX_COUNTS { get; set; }

Property Value

String

EXTRA_ADDRESS_BOOK_INDEX_TITLES

public static String EXTRA_ADDRESS_BOOK_INDEX_TITLES { get; set; }

Property Value

String

FAMILY_NAME

public static String FAMILY_NAME { get; set; }

Property Value

String

FULL_NAME_STYLE

public static String FULL_NAME_STYLE { get; set; }

Property Value

String

GIVEN_NAME

public static String GIVEN_NAME { 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

MIDDLE_NAME

public static String MIDDLE_NAME { get; set; }

Property Value

String

PHONETIC_FAMILY_NAME

public static String PHONETIC_FAMILY_NAME { get; set; }

Property Value

String

PHONETIC_GIVEN_NAME

public static String PHONETIC_GIVEN_NAME { get; set; }

Property Value

String

PHONETIC_MIDDLE_NAME

public static String PHONETIC_MIDDLE_NAME { get; set; }

Property Value

String

PHONETIC_NAME_STYLE

public static String PHONETIC_NAME_STYLE { get; set; }

Property Value

String

PREFIX

public static String PREFIX { get; set; }

Property Value

String

SUFFIX

public static String SUFFIX { get; set; }

Property Value

String