IXamarinXuniObject Protocol Reference

Conforms to NSObject
Declared in Util.h

Overview

Protocol IXamarinXuniObject.

– getPropertyNames required method

Get property names.

- (NSArray *)getPropertyNames

Return Value

an array of property names.

Discussion

Get property names.

Declared In

Util.h

– getPropertyValue: required method

Get property value.

- (NSObject *)getPropertyValue:(NSString *)name

Parameters

name

the specified property name.

Return Value

an object.

Discussion

Get property value.

Declared In

Util.h

– setPropertyValue:to: required method

Set property value.

- (void)setPropertyValue:(NSString *)name to:(NSObject *)value

Parameters

name

the specified property name.

value

the new value for the property.

Discussion

Set property value.

Declared In

Util.h

– getPropertyDescriptors

Get property descriptors.

- (NSArray *)getPropertyDescriptors

Return Value

an array of property descriptors.

Discussion

Get property descriptors.

Declared In

Util.h