C# Class Medusa.Siren.Schema.BaseSirenCustomType

Inheritance: SirenType
Mostrar archivo Open project: fjz13/Medusa

Protected Properties

Property Type Description
mParent BaseSirenCustomType

Public Methods

Method Description
AddAttribute ( string name, string val ) : void
SetAttribute ( string val ) : void

Protected Methods

Method Description
BaseSirenCustomType ( string name = "" )

Method Details

AddAttribute() public abstract method

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

BaseSirenCustomType() protected method

protected BaseSirenCustomType ( string name = "" )
name string

SetAttribute() public abstract method

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

Property Details

mParent protected_oe property

protected BaseSirenCustomType mParent
return BaseSirenCustomType