C# Class NClass.Core.AssociationRelationship

Inheritance: TypeRelationship
ファイルを表示 Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Clone ( TypeBase first, TypeBase second ) : AssociationRelationship
Reverse ( ) : void
ToString ( ) : string

Protected Methods

Method Description
CopyFrom ( Relationship relationship ) : void
Deserialize ( XmlElement node ) : void
Serialize ( XmlElement node ) : void

Private Methods

Method Description
AssociationRelationship ( TypeBase first, TypeBase second ) : System
AssociationRelationship ( TypeBase first, TypeBase second, AssociationType type ) : System
OnReversed ( EventArgs e ) : void

Method Details

Clone() public method

public Clone ( TypeBase first, TypeBase second ) : AssociationRelationship
first TypeBase
second TypeBase
return AssociationRelationship

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

Reverse() public method

public Reverse ( ) : void
return void

Serialize() protected method

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

ToString() public method

public ToString ( ) : string
return string