 | TreeParametersBusinessLogicRoot Eigenschaft |
Interner, Assembly-übergreifender Parameter.
Enthält den LogicalTaskTree als IBusinessLogicRoot, um hier einen direkten
Assembly-Verweis auf LogicalTaskTree zu vermeiden.
Wird innerhalb der Assembly Vishnu.ViewModel wieder aufgelöst.
Dort existiert ein Verweis auf LogicalTaskTree.
Namensraum: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
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
Eigenschaftswert
IBusinessLogicRoot
Siehe auch