C# Class Medusa.Siren.Schema.SirenCustomEnum

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

Public Methods

Method 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 method

public AddAttribute ( string name, string val ) : void
name string
val string
return void

Clone() public method

public Clone ( ) : object
return object

Initialize() public method

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

SetAttribute() public method

public SetAttribute ( string val ) : void
val string
return void

SirenCustomEnum() public method

public SirenCustomEnum ( Type type, SirenEnumAttribute attribute ) : System
type System.Type
attribute SirenEnumAttribute
return System

SirenCustomEnum() public method

public SirenCustomEnum ( string name = "" ) : System
name string
return System