UserSessionDataEnvironmentsTree Property

Represents a map of the environments in the company.

Definition

Namespace: MobileTrack.DataContainers.Models
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public MutableEntityTreeNode<BusinessObjectDto> EnvironmentsTree { get; }

Property Value

MutableEntityTreeNodeBusinessObjectDto

Exceptions

InvalidOperationExceptionThrown if Company isn't set before the environment tree is!

See Also