C# Class Medusa.Siren.Schema.SirenType

Inheritance: ICloneable
Afficher le fichier Open project: fjz13/Medusa Class Usage Examples

Protected Properties

Свойство Type Description
mName string

Méthodes publiques

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

Méthodes protégées

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

Method Details

Clone() public abstract méthode

public abstract Clone ( ) : object
Résultat object

Link() public méthode

public Link ( SirenAssembly assembly ) : bool
assembly SirenAssembly
Résultat bool

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

SirenType() protected méthode

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

SirenType() protected méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

mName protected_oe property

protected string mName
Résultat string