예제 #1
0
파일: Utils.cs 프로젝트: AlphaStaxLLC/taiga
 public static void WriteCustomProperty(XmlTextWriter xmlWriter, WebDAVProperty resource, string property)
 {
     xmlWriter.WriteElementString(property, resource.Namespace, resource.Value); 
 }
예제 #2
0
 public virtual void AddProperty(WebDAVProperty property)
 {
     property.ResourceId = this.id;
     customProperties.Add(property);
 }