Cookdown.EasyTune.TimeOfDay.GroupDiscoveryTemplate (Discovery)

Element properties:

TargetCookdown.EasyTune.TimeOfDayBaseGroup
EnabledFalse
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Cookdown.EasyTune.TimeOfDayGroups.TimeOfDayPropertyPopulator Default

Source Code:

<Discovery ID="Cookdown.EasyTune.TimeOfDay.GroupDiscoveryTemplate" Target="Cookdown.EasyTune.TimeOfDayBaseGroup" Enabled="false" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Cookdown.EasyTune.TimeOfDayBaseGroup">
<Property PropertyID="CreatedBy"/>
<Property PropertyID="CreatedOn"/>
<Property PropertyID="ScheduleName"/>
<Property PropertyID="ScheduledGroupName"/>
<Property PropertyID="ScheduledGroupId"/>
<Property PropertyID="ScheduleData"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Cookdown.EasyTune.TimeOfDayGroups.TimeOfDayPropertyPopulator">
<CreatedBy>{CB}</CreatedBy>
<CreatedOn>{CO}</CreatedOn>
<ScheduleName>{SN}</ScheduleName>
<ScheduledGroupName>{SGN}</ScheduledGroupName>
<ScheduledGroupId>{SGI}</ScheduledGroupId>
<ScheduleData>{SD}</ScheduleData>
</DataSource>
</Discovery>