C# Class Medusa.Siren.Schema.BaseSirenAttribute

Inheritance: System.Attribute, ICloneable
Mostrar archivo Open project: fjz13/Medusa

Public Methods

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

Protected Methods

Method Description
BaseSirenAttribute ( ) : System
BaseSirenAttribute ( StringPropertySet val ) : System
BaseSirenAttribute ( string val ) : System
OnLoaded ( ) : bool

Method Details

AddAttribute() public method

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

BaseSirenAttribute() protected method

protected BaseSirenAttribute ( ) : System
return System

BaseSirenAttribute() protected method

protected BaseSirenAttribute ( StringPropertySet val ) : System
val StringPropertySet
return System

BaseSirenAttribute() protected method

protected BaseSirenAttribute ( string val ) : System
val string
return System

Clone() public abstract method

public abstract Clone ( ) : object
return object

Load() public method

public Load ( string val ) : bool
val string
return bool

LoadFrom() public method

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

OnLoaded() protected method

protected OnLoaded ( ) : bool
return bool

SaveTo() public method

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