Example #1
0
 public QueryParameterList(ParameterList parameters)
 {
     _ps    = parameters;
     _links = new PropertyValueLinks(this);
     if (parameters != null)
     {
         foreach (EPField f in _ps)
         {
             _links.AddName(f.Name);
         }
     }
 }
 public TreeNodeXTemplate()
 {
     ChildLoadStyle = EnumChildLoad.None;
     _links         = new PropertyValueLinks(this, "Text", "ImageIndex", "SelectedImageIndex", "ImageKey", "SelectedImageKey", "ToolTipText");
 }
Example #3
0
 public DTSSourceText()
 {
     DetectEncodingByByteOrderMark = false;
     _links = new PropertyValueLinks(this, FILENAME);
 }
 public DTDestTextFile()
 {
     _links = new PropertyValueLinks(this, FILENAME);
 }