C# Класс Recurity.Swf.TagHandler.DefineScalingGrid

Наследование: AbstractTagHandler, Helper.ISwfCharacter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DefineScalingGrid ( byte init ) : System
ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

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

Метод Описание
Parse ( ) : void

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

DefineScalingGrid() публичный Метод

public DefineScalingGrid ( byte init ) : System
init byte
Результат System

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

protected Parse ( ) : void
Результат void

ToString() публичный Метод

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

Verify() публичный Метод

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

Write() публичный Метод

public Write ( System output ) : void
output System
Результат void