ICompanyComponent Interface

Common interface type for all items that have an environment, company. ID and Label assigned. This applies to AccountDto, EnvironmentDto and DeviceDtos.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public interface ICompanyComponent : IHasEnvironment, 
	IIdLabel, IHasCompany, IIsLocked, IIsFourEyes, IIsFourEyesDelete, 
	IIsFourEyesLock, IIsFourEyesRevertDelete, IIsFourEyesUnlock, IIsFourEyesEdit, IHasVersion
Implements
IHasCompany, IHasEnvironment, IHasVersion, IIdLabel, IIsFourEyes, IIsFourEyesDelete, IIsFourEyesEdit, IIsFourEyesLock, IIsFourEyesRevertDelete, IIsFourEyesUnlock, IIsLocked

See Also