C# Class NClass.Core.Relationship

Inheritance: Element, ISerializableElement
Mostrar archivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
CopyFrom ( Relationship relationship ) : void
Deserialize ( XmlElement node ) : void
OnAttaching ( EventArgs e ) : void
OnDetaching ( EventArgs e ) : void
Serialize ( XmlElement node ) : void

Private Methods

Method Description
Attach ( ) : void
Detach ( ) : void
ISerializableElement ( XmlElement node ) : void
OnDeserializing ( SerializeEventArgs e ) : void
OnSerializing ( SerializeEventArgs e ) : void

Method Details

CopyFrom() protected method

protected CopyFrom ( Relationship relationship ) : void
relationship Relationship
return void

Deserialize() protected method

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

OnAttaching() protected method

protected OnAttaching ( EventArgs e ) : void
e System.EventArgs
return void

OnDetaching() protected method

protected OnDetaching ( EventArgs e ) : void
e System.EventArgs
return void

Serialize() protected method

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

ToString() public abstract method

public abstract ToString ( ) : string
return string