Table of Contents

Class BloodPressureRecord.BodyPosition

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

BodyPosition()

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

public BodyPosition()

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

Parameters

args object[]

Properties

BODY_POSITION_LYING_DOWN

public static int BODY_POSITION_LYING_DOWN { get; }

Property Value

int

BODY_POSITION_RECLINING

public static int BODY_POSITION_RECLINING { get; }

Property Value

int

BODY_POSITION_SITTING_DOWN

public static int BODY_POSITION_SITTING_DOWN { get; }

Property Value

int

BODY_POSITION_STANDING_UP

public static int BODY_POSITION_STANDING_UP { get; }

Property Value

int

BODY_POSITION_UNKNOWN

public static int BODY_POSITION_UNKNOWN { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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