C# Class Simpl.Serialization.DescriptorBase

Inheritance: Simpl.Serialization.Types.SimplBaseType
Show file Open project: ecologylab/simplCSharp

Protected Methods

Method Description
AddOtherTag ( String otherTag ) : void

DescriptorBase ( ) : System
DescriptorBase ( String tagName, String name ) : System

DescriptorBase ( String tagName, String name, String comment ) : System

Method Details

AddOtherTag() protected method

protected AddOtherTag ( String otherTag ) : void
otherTag String
return void

DescriptorBase() protected method

protected DescriptorBase ( ) : System
return System

DescriptorBase() protected method

protected DescriptorBase ( String tagName, String name ) : System
tagName String
name String
return System

DescriptorBase() protected method

protected DescriptorBase ( String tagName, String name, String comment ) : System
tagName String
name String
comment String
return System