VersionOne.ServiceHost.ConfigurationTool.Entities.ClearQuestServiceEntity.ClearQuestServiceEntity C# (CSharp) Method

ClearQuestServiceEntity() public method

public ClearQuestServiceEntity ( ) : System.Collections.Generic
return System.Collections.Generic
        public ClearQuestServiceEntity() {
            CreateTimer(TimerEntity.DefaultTimerIntervalMinutes);
            MandatoryFields = new List<ClearQuestField>();
            ProjectMappings = new List<ClearQuestProjectMapping>();
            PriorityMappings = new List<ClearQuestPriorityMapping>();
        }