Class ContactsContract.CommonDataKinds.StructuredName
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTENT_ITEM_TYPE
public static String CONTENT_ITEM_TYPE { get; set; }
Property Value
DISPLAY_NAME
public static String DISPLAY_NAME { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX
public static String EXTRA_ADDRESS_BOOK_INDEX { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX_COUNTS
public static String EXTRA_ADDRESS_BOOK_INDEX_COUNTS { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX_TITLES
public static String EXTRA_ADDRESS_BOOK_INDEX_TITLES { get; set; }
Property Value
FAMILY_NAME
public static String FAMILY_NAME { get; set; }
Property Value
FULL_NAME_STYLE
public static String FULL_NAME_STYLE { get; set; }
Property Value
GIVEN_NAME
public static String GIVEN_NAME { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MIDDLE_NAME
public static String MIDDLE_NAME { get; set; }
Property Value
PHONETIC_FAMILY_NAME
public static String PHONETIC_FAMILY_NAME { get; set; }
Property Value
PHONETIC_GIVEN_NAME
public static String PHONETIC_GIVEN_NAME { get; set; }
Property Value
PHONETIC_MIDDLE_NAME
public static String PHONETIC_MIDDLE_NAME { get; set; }
Property Value
PHONETIC_NAME_STYLE
public static String PHONETIC_NAME_STYLE { get; set; }
Property Value
PREFIX
public static String PREFIX { get; set; }
Property Value
SUFFIX
public static String SUFFIX { get; set; }