C# Class Glyma.UtilityService.Export.IBIS.Compendium.Model.XmlLink.LinkView

Inheritance: Glyma.UtilityService.Export.IBIS.Common.Model.Xml.XmlElementBase
Exibir arquivo Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
CreateElement ( ) : void
LinkView ( System.Guid mapUid, CompendiumNode originNode, XmlDocument doc, XmlElement parent, LinkType linkType ) : System
LinkView ( System.Guid mapUid, IGlymaRelationship relationship, XmlDocument doc, XmlElement parent, LinkType linkType ) : System
LinkView ( XmlDocument doc, XmlElement parent, LinkType linkType ) : System

Method Details

CreateElement() public method

public CreateElement ( ) : void
return void

LinkView() public method

public LinkView ( System.Guid mapUid, CompendiumNode originNode, XmlDocument doc, XmlElement parent, LinkType linkType ) : System
mapUid System.Guid
originNode CompendiumNode
doc System.Xml.XmlDocument
parent System.Xml.XmlElement
linkType LinkType
return System

LinkView() public method

public LinkView ( System.Guid mapUid, IGlymaRelationship relationship, XmlDocument doc, XmlElement parent, LinkType linkType ) : System
mapUid System.Guid
relationship IGlymaRelationship
doc System.Xml.XmlDocument
parent System.Xml.XmlElement
linkType LinkType
return System

LinkView() public method

public LinkView ( XmlDocument doc, XmlElement parent, LinkType linkType ) : System
doc System.Xml.XmlDocument
parent System.Xml.XmlElement
linkType LinkType
return System