 | TreeParametersBusinessLogicRoot property |
Internal, cross-assembly parameter.
Contains the LogicalTaskTree as IBusinessLogicRoot in order to create a direct
assembly reference to LogicalTaskTree.
Is resolved again within the Vishnu.ViewModel assembly.
There is a reference to LogicalTaskTree.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic IBusinessLogicRoot? BusinessLogicRoot { get; set; }
Public Property BusinessLogicRoot As IBusinessLogicRoot
Get
Set
public:
property IBusinessLogicRoot^ BusinessLogicRoot {
IBusinessLogicRoot^ get ();
void set (IBusinessLogicRoot^ value);
}
member BusinessLogicRoot : IBusinessLogicRoot with get, set
Property value
IBusinessLogicRoot
See also