~cszikszoy/do-plugins/msbuild-format

« back to all changes in this revision

Viewing changes to RememberTheMilk/src/RtmNet/Task.cs

  • Committer: Peng Deng
  • Date: 2009-03-18 14:51:18 UTC
  • mfrom: (572.2.8 rtm-seturl)
  • Revision ID: pdeng@berlin-20090318145118-h4jdslnrh0378x3s
Merge Jonathan's work on RTM (adding seturl action, fixing setdue bug)

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
                /// <remarks/>
229
229
                [XmlAttribute("estimate", Form=XmlSchemaForm.Unqualified)]
230
230
                public string Estimate;
231
 
    
 
231
                
 
232
                /// <remarks/>
 
233
                [XmlAttribute("url", Form=XmlSchemaForm.Unqualified)]
 
234
                public string TaskURL;   
232
235
        }
233
236
}