C# Class Medusa.Siren.Schema.BaseSirenCustomType

Inheritance: SirenType
Afficher le fichier Open project: fjz13/Medusa

Protected Properties

Свойство Type Description
mParent BaseSirenCustomType

Méthodes publiques

Méthode Description
AddAttribute ( string name, string val ) : void
SetAttribute ( string val ) : void

Méthodes protégées

Méthode Description
BaseSirenCustomType ( string name = "" )

Method Details

AddAttribute() public abstract méthode

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

BaseSirenCustomType() protected méthode

protected BaseSirenCustomType ( string name = "" )
name string

SetAttribute() public abstract méthode

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

Property Details

mParent protected_oe property

protected BaseSirenCustomType mParent
Résultat BaseSirenCustomType