C# Class Simpl.Serialization.DescriptorBase

Inheritance: Simpl.Serialization.Types.SimplBaseType
Afficher le fichier Open project: ecologylab/simplCSharp

Méthodes protégées

Méthode 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 méthode

protected AddOtherTag ( String otherTag ) : void
otherTag String
Résultat void

DescriptorBase() protected méthode

protected DescriptorBase ( ) : System
Résultat System

DescriptorBase() protected méthode

protected DescriptorBase ( String tagName, String name ) : System
tagName String
name String
Résultat System

DescriptorBase() protected méthode

protected DescriptorBase ( String tagName, String name, String comment ) : System
tagName String
name String
comment String
Résultat System