C# Class FlexiWebSDK.DomainModels.XLink

Inheritance: XBase
Datei anzeigen Open project: FlexiDB/PublicCSharpLib Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
XLink ( int sourceTypeId, int sourceObjectId, int targetTypeId, int targetObjectId, TypeRelation relation ) : System

Method Details

XLink() public method

public XLink ( int sourceTypeId, int sourceObjectId, int targetTypeId, int targetObjectId, TypeRelation relation ) : System
sourceTypeId int
sourceObjectId int
targetTypeId int
targetObjectId int
relation TypeRelation
return System