C# Class NClass.Core.ClassType

Inheritance: SingleInharitanceType
Show file Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Clone ( ) : ClassType

Protected Methods

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

Private Methods

Method Description
IsAncestor ( ClassType classType ) : bool

Method Details

ClassType() protected method

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

Clone() public abstract method

public abstract Clone ( ) : ClassType
return ClassType

CopyFrom() protected method

protected CopyFrom ( TypeBase type ) : void
type TypeBase
return void

Deserialize() protected method

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

Serialize() protected method

/// is null. ///
protected Serialize ( XmlElement node ) : void
node System.Xml.XmlElement
return void