C# Class Medusa.Siren.Schema.SirenType

Inheritance: ICloneable
Mostrar archivo Open project: fjz13/Medusa Class Usage Examples

Protected Properties

Property Type Description
mName string

Public Methods

Method Description
Clone ( ) : object
Link ( SirenAssembly assembly ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
ToString ( ) : string

Protected Methods

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

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object

Link() public method

public Link ( SirenAssembly assembly ) : bool
assembly SirenAssembly
return bool

LoadFrom() public method

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

SaveTo() public method

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

SirenType() protected method

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

SirenType() protected method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

mName protected_oe property

protected string mName
return string