C# Class weedstudio.Model.ObjectModel

Inheritance: IBinder
Mostra file Open project: noear/Weed3 Class Usage Examples

Public Methods

Method Description
Add ( ObjectModel item ) : void
AddRange ( IEnumerable list ) : void
ObjectModel ( String name, int type ) : System
ObjectModel ( int type ) : System
bind ( GetHandlerEx s ) : void
clone ( ) : IBinder

Method Details

Add() public method

public Add ( ObjectModel item ) : void
item ObjectModel
return void

AddRange() public method

public AddRange ( IEnumerable list ) : void
list IEnumerable
return void

ObjectModel() public method

public ObjectModel ( String name, int type ) : System
name String
type int
return System

ObjectModel() public method

public ObjectModel ( int type ) : System
type int
return System

bind() public method

public bind ( GetHandlerEx s ) : void
s GetHandlerEx
return void

clone() public method

public clone ( ) : IBinder
return IBinder