C# Class Medusa.Siren.Schema.SirenBuildinType

Inheritance: SirenType
Afficher le fichier Open project: fjz13/Medusa

Méthodes publiques

Méthode Description
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool

Méthodes protégées

Méthode Description
SirenBuildinType ( Type type ) : System
SirenBuildinType ( string name ) : System

Method Details

LoadFrom() public méthode

public LoadFrom ( Stream stream ) : bool
stream Stream
Résultat bool

SaveTo() public méthode

public SaveTo ( Stream stream ) : bool
stream Stream
Résultat bool

SirenBuildinType() protected méthode

protected SirenBuildinType ( Type type ) : System
type System.Type
Résultat System

SirenBuildinType() protected méthode

protected SirenBuildinType ( string name ) : System
name string
Résultat System