C# Class Ocronet.Dynamic.IOData.ComponentIOWrapper

Inheritance: IOWrapper
Exibir arquivo Open project: nickun/OCRonet

Public Methods

Method Description
Clear ( ) : void
ComponentIOWrapper ( ComponentContainer comp ) : System
GetComponent ( ) : IComponent
Info ( ) : string
Load ( BinaryReader reader ) : void
Save ( BinaryWriter writer ) : void
Set ( IComponent p ) : void
ToString ( ) : string

Method Details

Clear() public method

public Clear ( ) : void
return void

ComponentIOWrapper() public method

public ComponentIOWrapper ( ComponentContainer comp ) : System
comp ComponentContainer
return System

GetComponent() public method

public GetComponent ( ) : IComponent
return IComponent

Info() public method

public Info ( ) : string
return string

Load() public method

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Set() public method

public Set ( IComponent p ) : void
p IComponent
return void

ToString() public method

public ToString ( ) : string
return string