Beispiel #1
0
        /// <summary>
        /// 创建新的 crm_aspect_monitor_table2 对象。
        /// </summary>
        /// <param name="tableId">tableId 属性的初始值。</param>
        public static crm_aspect_monitor_table2 Createcrm_aspect_monitor_table2(global::System.String tableId)
        {
            crm_aspect_monitor_table2 crm_aspect_monitor_table2 = new crm_aspect_monitor_table2();

            crm_aspect_monitor_table2.tableId = tableId;
            return(crm_aspect_monitor_table2);
        }
Beispiel #2
0
        public static table TransTotable(object t)
        {
            table tableaspect           = new table();
            crm_aspect_monitor_table2 c = (crm_aspect_monitor_table2)t;

            tableaspect.tableId              = c.tableId;
            tableaspect.filter               = c.filter;
            tableaspect.service              = c.service;
            tableaspect.status               = c.status;
            tableaspect.application          = c.application;
            tableaspect.applicationId        = c.applicationId;
            tableaspect.serviceId            = c.serviceId;
            tableaspect.serviceType          = c.serviceType;
            tableaspect.serviceTypeId        = c.serviceTypeId;
            tableaspect.startTimeMilitary    = c.startTimeMilitary;
            tableaspect.statusId             = c.statusId;
            tableaspect.scheduledCallbacks   = c.scheduledCallbacks;
            tableaspect.abandoned            = c.abandoned;
            tableaspect.badPhoneNumberCount  = c.badPhoneNumberCount;
            tableaspect.dialed               = c.dialed;
            tableaspect.endTimeMilitary      = c.endTimeMilitary;
            tableaspect.excludedCount        = c.excludedCount;
            tableaspect.filterId             = c.filterId;
            tableaspect.inProgress           = c.inProgress;
            tableaspect.leftToBeDialed       = c.leftToBeDialed;
            tableaspect.recordsProcessed     = c.recordsProcessed;
            tableaspect.rgBusyQueueCount     = c.rgBusyQueueCount;
            tableaspect.selected             = c.selected;
            tableaspect.serviceTableId       = c.serviceTableId;
            tableaspect.tableName            = c.tableName;
            tableaspect.timezoneFailureCount = c.timezoneFailureCount;
            tableaspect.touchedcount         = c.touchedcount;
            tableaspect.timezoneIdentifier   = c.timezoneIdentifier;
            tableaspect.utcStartTime         = c.utcStartTime;
            tableaspect.utcStopTime          = c.utcStopTime;

            return(tableaspect);
        }
Beispiel #3
0
 /// <summary>
 /// 用于向 crm_aspect_monitor_table2 EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTocrm_aspect_monitor_table2(crm_aspect_monitor_table2 crm_aspect_monitor_table2)
 {
     base.AddObject("crm_aspect_monitor_table2", crm_aspect_monitor_table2);
 }