OpenLexocad  27.1
Core::PropertyLinkDesc Struct Reference

#include <CoreDocument.h>

Public Member Functions

 PropertyLinkDesc (std::string sourceDocObjectID, std::string sourcePropertyName, Base::Type sourcePropertyTypeID, std::string targetDocObjectID, std::string propertyLinkName)
 
 PropertyLinkDesc (const PropertyLinkDesc &rhs)
 

Public Attributes

std::string m_SourceDocObjectID
 
std::string m_SourcePropertyName
 
Base::Type m_SourcePropertyTypeID
 
std::string m_TargetDocObjectID
 
std::string m_PropertyLinkName
 

Constructor & Destructor Documentation

◆ PropertyLinkDesc() [1/2]

Core::PropertyLinkDesc::PropertyLinkDesc ( std::string  sourceDocObjectID,
std::string  sourcePropertyName,
Base::Type  sourcePropertyTypeID,
std::string  targetDocObjectID,
std::string  propertyLinkName 
)
inline

◆ PropertyLinkDesc() [2/2]

Core::PropertyLinkDesc::PropertyLinkDesc ( const PropertyLinkDesc rhs)
inline

Member Data Documentation

◆ m_PropertyLinkName

std::string Core::PropertyLinkDesc::m_PropertyLinkName

◆ m_SourceDocObjectID

std::string Core::PropertyLinkDesc::m_SourceDocObjectID

◆ m_SourcePropertyName

std::string Core::PropertyLinkDesc::m_SourcePropertyName

◆ m_SourcePropertyTypeID

Base::Type Core::PropertyLinkDesc::m_SourcePropertyTypeID

◆ m_TargetDocObjectID

std::string Core::PropertyLinkDesc::m_TargetDocObjectID

The documentation for this struct was generated from the following file: