C# Класс Medusa.Siren.Schema.BaseSirenCustomType

Наследование: SirenType
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
mParent BaseSirenCustomType

Открытые методы

Метод Описание
AddAttribute ( string name, string val ) : void
SetAttribute ( string val ) : void

Защищенные методы

Метод Описание
BaseSirenCustomType ( string name = "" )

Описание методов

AddAttribute() публичный абстрактный Метод

public abstract AddAttribute ( string name, string val ) : void
name string
val string
Результат void

BaseSirenCustomType() защищенный Метод

protected BaseSirenCustomType ( string name = "" )
name string

SetAttribute() публичный абстрактный Метод

public abstract SetAttribute ( string val ) : void
val string
Результат void

Описание свойств

mParent защищенное свойство

protected BaseSirenCustomType mParent
Результат BaseSirenCustomType