Exemplo n.º 1
0
 internal OnlineCommonNodeProxy(OnlineCommonNode node)
 {
     OnlineCommonNode = node;
 }
Exemplo n.º 2
0
 internal bool AddPGAddressWithDialogIncludeCheckingProjectIP(OnlineCommonNode node,
                                                              List <OnlineCommonNode> projectNodes,
                                                              ICoreObject boardConfiguration)
 {
     return(PGAddressHelper.AddPGAddressWithDialogIncludeCheckingProjectIP(node, projectNodes, boardConfiguration));
 }
Exemplo n.º 3
0
 internal static OnlineCommonNodeProxy OnlineCommonNodeProxy(OnlineCommonNode node)
 {
     return(new OnlineCommonNodeProxy(node));
 }
Exemplo n.º 4
0
 internal bool RequiresNewPGAddress(ICoreObject boardConfiguration,
                                    OnlineCommonNode node,
                                    bool allowTemporaryTargetAddress)
 {
     return(PGAddressHelper.RequiresNewPGAddress(boardConfiguration, node, allowTemporaryTargetAddress));
 }