C# Class Medusa.Siren.Schema.SirenCustomEnum

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

Méthodes publiques

Méthode Description
AddAttribute ( string name, string val ) : void
Clone ( ) : object
Initialize ( ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
SetAttribute ( string val ) : void
SirenCustomEnum ( Type type, SirenEnumAttribute attribute ) : System
SirenCustomEnum ( string name = "" ) : System

Method Details

AddAttribute() public méthode

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

Clone() public méthode

public Clone ( ) : object
Résultat object

Initialize() public méthode

public Initialize ( ) : bool
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

SetAttribute() public méthode

public SetAttribute ( string val ) : void
val string
Résultat void

SirenCustomEnum() public méthode

public SirenCustomEnum ( Type type, SirenEnumAttribute attribute ) : System
type System.Type
attribute SirenEnumAttribute
Résultat System

SirenCustomEnum() public méthode

public SirenCustomEnum ( string name = "" ) : System
name string
Résultat System