C# Class weedstudio.Model.ObjectModel

Inheritance: IBinder
Afficher le fichier Open project: noear/Weed3 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( ObjectModel item ) : void
item ObjectModel
Résultat void

AddRange() public méthode

public AddRange ( IEnumerable list ) : void
list IEnumerable
Résultat void

ObjectModel() public méthode

public ObjectModel ( String name, int type ) : System
name String
type int
Résultat System

ObjectModel() public méthode

public ObjectModel ( int type ) : System
type int
Résultat System

bind() public méthode

public bind ( GetHandlerEx s ) : void
s GetHandlerEx
Résultat void

clone() public méthode

public clone ( ) : IBinder
Résultat IBinder