XuniBinding Class Reference

Inherits from NSObject
Declared in Util.h

Overview

Class XuniBinding.

  path

Gets or sets the path.

@property (nonatomic) NSString *path

Discussion

Gets or sets the path.

Declared In

Util.h

– initWithString:

Initialize an object for XuniBinding.

- (id)initWithString:(NSString *)path

Parameters

path

the path.

Return Value

an object of XuniBinding.

Discussion

Initialize an object for XuniBinding.

Declared In

Util.h

– getDataTypeForTarget:

Get data type for target.

- (XuniDataType)getDataTypeForTarget:(NSObject *)target

Parameters

target

the target.

Return Value

return the data type.

Discussion

Get data type for target.

Declared In

Util.h

– getValueForTarget:

Get value for target.

- (NSObject *)getValueForTarget:(NSObject *)target

Parameters

target

the target.

Return Value

return the target.

Discussion

Get value for target.

Declared In

Util.h

– setValue:forTarget:

Set value for the target.

- (void)setValue:(NSObject *)value forTarget:(NSObject *)target

Parameters

value

the value.

target

the target value.

Discussion

Set value for the target.

Declared In

Util.h