C# Class NClass.Core.ClassType

Inheritance: SingleInharitanceType
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : ClassType

Méthodes protégées

Méthode Description
ClassType ( String name ) : System
CopyFrom ( TypeBase type ) : void
Deserialize ( XmlElement node ) : void
Serialize ( XmlElement node ) : void

Private Methods

Méthode Description
IsAncestor ( ClassType classType ) : bool

Method Details

ClassType() protected méthode

/// The does not fit to the syntax. ///
protected ClassType ( String name ) : System
name String
Résultat System

Clone() public abstract méthode

public abstract Clone ( ) : ClassType
Résultat ClassType

CopyFrom() protected méthode

protected CopyFrom ( TypeBase type ) : void
type TypeBase
Résultat void

Deserialize() protected méthode

/// An error occured while deserializing. /// /// The XML document is corrupt. /// /// is null. ///
protected Deserialize ( XmlElement node ) : void
node System.Xml.XmlElement
Résultat void

Serialize() protected méthode

/// is null. ///
protected Serialize ( XmlElement node ) : void
node System.Xml.XmlElement
Résultat void