コード例 #1
0
        /// <summary>
        /// Create a new APSDebugLog object.
        /// </summary>
        /// <param name="aPSDebugLogId">Initial value of APSDebugLogId.</param>
        /// <param name="date">Initial value of Date.</param>
        /// <param name="thread">Initial value of Thread.</param>
        /// <param name="level">Initial value of Level.</param>
        /// <param name="logger">Initial value of Logger.</param>
        /// <param name="message">Initial value of Message.</param>
        public static APSDebugLog CreateAPSDebugLog(long aPSDebugLogId, global::System.DateTime date, string thread, string level, string logger, string message)
        {
            APSDebugLog aPSDebugLog = new APSDebugLog();

            aPSDebugLog.APSDebugLogId = aPSDebugLogId;
            aPSDebugLog.Date          = date;
            aPSDebugLog.Thread        = thread;
            aPSDebugLog.Level         = level;
            aPSDebugLog.Logger        = logger;
            aPSDebugLog.Message       = message;
            return(aPSDebugLog);
        }
コード例 #2
0
 /// <summary>
 /// There are no comments for APSDebugLog in the schema.
 /// </summary>
 public void AddToAPSDebugLog(APSDebugLog aPSDebugLog)
 {
     base.AddObject("APSDebugLog", aPSDebugLog);
 }