コード例 #1
0
 /// <summary>
 ///     Set the property to a format.
 /// </summary>
 /// <param name="name">The name of the property.</param>
 /// <param name="format">The value of the property.</param>
 public void SetProperty(String name,
                         AnalystFileFormat format)
 {
     _data[name] = ConvertStringConst.AnalystFileFormat2String(format);
 }