예제 #1
0
파일: Alert.gen.cs 프로젝트: hksonngan/Xian
 public Alert(
     DateTime _insertTime_
     , String _component_
     , Int32 _typeCode_
     , String _source_
     , AlertLevelEnum _alertLevelEnum_
     , AlertCategoryEnum _alertCategoryEnum_
     , XmlDocument _content_
     ) : base("Alert")
 {
     InsertTime        = _insertTime_;
     Component         = _component_;
     TypeCode          = _typeCode_;
     Source            = _source_;
     AlertLevelEnum    = _alertLevelEnum_;
     AlertCategoryEnum = _alertCategoryEnum_;
     Content           = _content_;
 }
예제 #2
0
 public Alert(
      DateTime _insertTime_
     ,String _component_
     ,Int32 _typeCode_
     ,String _source_
     ,AlertLevelEnum _alertLevelEnum_
     ,AlertCategoryEnum _alertCategoryEnum_
     ,XmlDocument _content_
     ):base("Alert")
 {
     InsertTime = _insertTime_;
     Component = _component_;
     TypeCode = _typeCode_;
     Source = _source_;
     AlertLevelEnum = _alertLevelEnum_;
     AlertCategoryEnum = _alertCategoryEnum_;
     Content = _content_;
 }