C# Class Medusa.Siren.Schema.SirenBuildinType

Inheritance: SirenType
Mostrar archivo Open project: fjz13/Medusa

Public Methods

Method Description
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool

Protected Methods

Method Description
SirenBuildinType ( Type type ) : System
SirenBuildinType ( string name ) : System

Method Details

LoadFrom() public method

public LoadFrom ( Stream stream ) : bool
stream Stream
return bool

SaveTo() public method

public SaveTo ( Stream stream ) : bool
stream Stream
return bool

SirenBuildinType() protected method

protected SirenBuildinType ( Type type ) : System
type System.Type
return System

SirenBuildinType() protected method

protected SirenBuildinType ( string name ) : System
name string
return System