예제 #1
0
 /// <summary>
 /// Returns the property's value as a string for exporting, skipping any encoding.
 /// </summary>
 /// <param name="obj">The value stored in the property unencoded.</param>
 /// <returns>The value as a string.</returns>
 public string GetExportValue(Attachments.Attachment attach)
 {
     return(_attribute.GetExportValue(_property.GetValue(attach, null)));
 }
 /// <summary>
 /// Returns the property's value as a string for exporting, skipping any encoding.
 /// </summary>
 /// <param name="obj">The value stored in the property unencoded.</param>
 /// <returns>The value as a string.</returns>
 public string GetExportValue(Events.Event evnt)
 {
     return(_attribute.GetExportValue(_property.GetValue(evnt, null)));
 }