C# Class EsotericIDE.StackCats.StackCatsSettings

Inheritance: LanguageSettings, IClassifyXmlObjectProcessor
ファイルを表示 Open project: Timwi/EsotericIDE

Public Properties

Property Type Description
ImplicitlyMirror MirrorType
InputType IOType
OutputType IOType

Public Methods

Method Description
AfterDeserialize ( System.Xml.Linq.XElement element ) : void
AfterSerialize ( System.Xml.Linq.XElement element ) : void
BeforeDeserialize ( System.Xml.Linq.XElement element ) : void
BeforeSerialize ( ) : void

Method Details

AfterDeserialize() public method

public AfterDeserialize ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

AfterSerialize() public method

public AfterSerialize ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

BeforeDeserialize() public method

public BeforeDeserialize ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

BeforeSerialize() public method

public BeforeSerialize ( ) : void
return void

Property Details

ImplicitlyMirror public_oe property

public MirrorType ImplicitlyMirror
return MirrorType

InputType public_oe property

public IOType InputType
return IOType

OutputType public_oe property

public IOType OutputType
return IOType