C# Class Medusa.Siren.Schema.BaseSirenAttribute

Inheritance: System.Attribute, ICloneable
Afficher le fichier Open project: fjz13/Medusa

Méthodes publiques

Méthode Description
AddAttribute ( string name, string val ) : void
Clone ( ) : object
Load ( string val ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool

Méthodes protégées

Méthode Description
BaseSirenAttribute ( ) : System
BaseSirenAttribute ( StringPropertySet val ) : System
BaseSirenAttribute ( string val ) : System
OnLoaded ( ) : bool

Method Details

AddAttribute() public méthode

public AddAttribute ( string name, string val ) : void
name string
val string
Résultat void

BaseSirenAttribute() protected méthode

protected BaseSirenAttribute ( ) : System
Résultat System

BaseSirenAttribute() protected méthode

protected BaseSirenAttribute ( StringPropertySet val ) : System
val StringPropertySet
Résultat System

BaseSirenAttribute() protected méthode

protected BaseSirenAttribute ( string val ) : System
val string
Résultat System

Clone() public abstract méthode

public abstract Clone ( ) : object
Résultat object

Load() public méthode

public Load ( string val ) : bool
val string
Résultat bool

LoadFrom() public méthode

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

OnLoaded() protected méthode

protected OnLoaded ( ) : bool
Résultat bool

SaveTo() public méthode

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