2009-01-15 19:42:14 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<ConfigurationContainer xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
|
|
|
<m_tables>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>Task</Name>
|
|
|
|
|
<Classname>Task</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Service</Name>
|
|
|
|
|
<Fieldname>Service</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Encryptionkey</Name>
|
|
|
|
|
<Fieldname>Encryptionkey</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Signaturekey</Name>
|
|
|
|
|
<Fieldname>Signaturekey</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>SourcePath</Name>
|
|
|
|
|
<Fieldname>SourcePath</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ScheduleID</Name>
|
|
|
|
|
<Fieldname>ScheduleID</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations>
|
|
|
|
|
<Relation>
|
|
|
|
|
<Name>TaskSchedule</Name>
|
|
|
|
|
<Databasefield>ScheduleID</Databasefield>
|
|
|
|
|
<Propertyname>Schedule</Propertyname>
|
|
|
|
|
<Type>OneToMany</Type>
|
|
|
|
|
<ReverseTablename>Schedule</ReverseTablename>
|
|
|
|
|
<ReverseDatabasefield>ID</ReverseDatabasefield>
|
|
|
|
|
<ReversePropertyname>Tasks</ReversePropertyname>
|
|
|
|
|
<Tablename>Task</Tablename>
|
|
|
|
|
</Relation>
|
|
|
|
|
</Relations>
|
|
|
|
|
</Table>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>Schedule</Name>
|
|
|
|
|
<Classname>Schedule</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Name</Name>
|
|
|
|
|
<Fieldname>Name</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Path</Name>
|
|
|
|
|
<Fieldname>Path</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.DateTime</Typename>
|
|
|
|
|
<Name>When</Name>
|
|
|
|
|
<Fieldname>When</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Repeat</Name>
|
|
|
|
|
<Fieldname>Repeat</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Weekdays</Name>
|
|
|
|
|
<Fieldname>Weekdays</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>KeepFull</Name>
|
|
|
|
|
<Fieldname>KeepFull</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>KeepTime</Name>
|
|
|
|
|
<Fieldname>KeepTime</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>FullAfter</Name>
|
|
|
|
|
<Fieldname>FullAfter</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
2009-01-22 23:59:49 +00:00
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>DownloadBandwidth</Name>
|
|
|
|
|
<Fieldname>DownloadBandwidth</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<Default xsi:type="xsd:string" />
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>UploadBandwidth</Name>
|
|
|
|
|
<Fieldname>UploadBandwidth</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<Default xsi:type="xsd:string" />
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>VolumeSize</Name>
|
|
|
|
|
<Fieldname>VolumeSize</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<Default xsi:type="xsd:string" />
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>MaxUploadsize</Name>
|
|
|
|
|
<Fieldname>MaxUploadsize</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
2009-01-15 19:42:14 +00:00
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations />
|
|
|
|
|
</Table>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>TaskSetting</Name>
|
|
|
|
|
<Classname>TaskSetting</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>TaskID</Name>
|
|
|
|
|
<Fieldname>TaskID</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Name</Name>
|
|
|
|
|
<Fieldname>Name</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Value</Name>
|
|
|
|
|
<Fieldname>Value</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations>
|
|
|
|
|
<Relation>
|
|
|
|
|
<Name>TaskSettingTask</Name>
|
|
|
|
|
<Databasefield>TaskID</Databasefield>
|
|
|
|
|
<Propertyname>Task</Propertyname>
|
|
|
|
|
<Type>OneToMany</Type>
|
|
|
|
|
<ReverseTablename>Task</ReverseTablename>
|
|
|
|
|
<ReverseDatabasefield>ID</ReverseDatabasefield>
|
|
|
|
|
<ReversePropertyname>TaskSettings</ReversePropertyname>
|
|
|
|
|
<Tablename>TaskSetting</Tablename>
|
|
|
|
|
</Relation>
|
|
|
|
|
</Relations>
|
|
|
|
|
</Table>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>CommandQueue</Name>
|
|
|
|
|
<Classname>CommandQueue</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Command</Name>
|
|
|
|
|
<Fieldname>Command</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Argument</Name>
|
|
|
|
|
<Fieldname>Argument</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Boolean</Typename>
|
|
|
|
|
<Name>Completed</Name>
|
|
|
|
|
<Fieldname>Completed</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations />
|
|
|
|
|
</Table>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>Log</Name>
|
|
|
|
|
<Classname>Log</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>TaskID</Name>
|
|
|
|
|
<Fieldname>TaskID</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.DateTime</Typename>
|
|
|
|
|
<Name>EndTime</Name>
|
|
|
|
|
<Fieldname>EndTime</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.DateTime</Typename>
|
|
|
|
|
<Name>BeginTime</Name>
|
|
|
|
|
<Fieldname>BeginTime</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Action</Name>
|
|
|
|
|
<Fieldname>Action</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>SubAction</Name>
|
|
|
|
|
<Fieldname>SubAction</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>Transfersize</Name>
|
|
|
|
|
<Fieldname>Transfersize</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>ParsedStatus</Name>
|
|
|
|
|
<Fieldname>ParsedStatus</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>LogBlobID</Name>
|
|
|
|
|
<Fieldname>LogBlobID</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations>
|
|
|
|
|
<Relation>
|
|
|
|
|
<Name>LogTask</Name>
|
|
|
|
|
<Databasefield>TaskID</Databasefield>
|
|
|
|
|
<Propertyname>OwnerTask</Propertyname>
|
|
|
|
|
<Type>OneToMany</Type>
|
|
|
|
|
<ReverseTablename>Task</ReverseTablename>
|
|
|
|
|
<ReverseDatabasefield>ID</ReverseDatabasefield>
|
|
|
|
|
<ReversePropertyname>Logs</ReversePropertyname>
|
|
|
|
|
<Tablename>Log</Tablename>
|
|
|
|
|
</Relation>
|
|
|
|
|
<Relation>
|
|
|
|
|
<Name>LogBlob</Name>
|
|
|
|
|
<Databasefield>LogBlobID</Databasefield>
|
|
|
|
|
<Propertyname>Blob</Propertyname>
|
|
|
|
|
<Type>OneToOne</Type>
|
|
|
|
|
<ReverseTablename>LogBlob</ReverseTablename>
|
|
|
|
|
<ReverseDatabasefield>ID</ReverseDatabasefield>
|
|
|
|
|
<ReversePropertyname>Log</ReversePropertyname>
|
|
|
|
|
<Tablename>Log</Tablename>
|
|
|
|
|
</Relation>
|
|
|
|
|
</Relations>
|
|
|
|
|
</Table>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>LogBlob</Name>
|
|
|
|
|
<Classname>LogBlob</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Byte[]</Typename>
|
|
|
|
|
<Name>Data</Name>
|
|
|
|
|
<Fieldname>Data</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations />
|
|
|
|
|
</Table>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>Version</Name>
|
|
|
|
|
<Classname>Version</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>Version</Name>
|
|
|
|
|
<Fieldname>Version</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>true</Ignore>
|
|
|
|
|
<Relations />
|
|
|
|
|
</Table>
|
|
|
|
|
<Table>
|
|
|
|
|
<Name>ApplicationSetting</Name>
|
|
|
|
|
<Classname>ApplicationSetting</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Name</Name>
|
|
|
|
|
<Fieldname>Name</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Value</Name>
|
|
|
|
|
<Fieldname>Value</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations />
|
|
|
|
|
</Table>
|
2009-02-01 23:20:07 +00:00
|
|
|
<Table>
|
|
|
|
|
<Name>TaskFilter</Name>
|
|
|
|
|
<Classname>TaskFilter</Classname>
|
|
|
|
|
<PrimaryKey>ID</PrimaryKey>
|
|
|
|
|
<Columns>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>ID</Name>
|
|
|
|
|
<Fieldname>ID</Fieldname>
|
|
|
|
|
<Autonumber>true</Autonumber>
|
|
|
|
|
<PrimaryKey>true</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>true</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>SortOrder</Name>
|
|
|
|
|
<Fieldname>SortOrder</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Boolean</Typename>
|
|
|
|
|
<Name>Include</Name>
|
|
|
|
|
<Fieldname>Include</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.String</Typename>
|
|
|
|
|
<Name>Filter</Name>
|
|
|
|
|
<Fieldname>Filter</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
<Column>
|
|
|
|
|
<Typename>System.Int64</Typename>
|
|
|
|
|
<Name>TaskID</Name>
|
|
|
|
|
<Fieldname>TaskID</Fieldname>
|
|
|
|
|
<Autonumber>false</Autonumber>
|
|
|
|
|
<PrimaryKey>false</PrimaryKey>
|
|
|
|
|
<IgnoreWithSelect>false</IgnoreWithSelect>
|
|
|
|
|
<IgnoreWithUpdate>false</IgnoreWithUpdate>
|
|
|
|
|
<IgnoreWithInsert>false</IgnoreWithInsert>
|
|
|
|
|
<Index>false</Index>
|
|
|
|
|
</Column>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Ignore>false</Ignore>
|
|
|
|
|
<Relations>
|
|
|
|
|
<Relation>
|
|
|
|
|
<Name>TaskFilterTask</Name>
|
|
|
|
|
<Databasefield>TaskID</Databasefield>
|
|
|
|
|
<Propertyname>Task</Propertyname>
|
|
|
|
|
<Type>OneToMany</Type>
|
|
|
|
|
<ReverseTablename>Task</ReverseTablename>
|
|
|
|
|
<ReverseDatabasefield>ID</ReverseDatabasefield>
|
|
|
|
|
<ReversePropertyname>Filters</ReversePropertyname>
|
|
|
|
|
<Tablename>TaskFilter</Tablename>
|
|
|
|
|
</Relation>
|
|
|
|
|
</Relations>
|
|
|
|
|
</Table>
|
2009-01-15 19:42:14 +00:00
|
|
|
</m_tables>
|
|
|
|
|
</ConfigurationContainer>
|