コード例 #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="smartsheet"> the Smartsheet </param>
 /// <exception cref="IllegalArgumentException">if any argument is null</exception>
 public SheetDiscussionResourcesImpl(SmartsheetImpl smartsheet)
     : base(smartsheet)
 {
     this.attachments = new DiscussionAttachmentResourcesImpl(smartsheet);
     this.comments    = new DiscussionCommentResourcesImpl(smartsheet);
 }
コード例 #2
0
 public virtual void SetUp()
 {
     discussionAttachmentResources = new DiscussionAttachmentResources(new SmartsheetImpl("http://localhost:9090/1.1/", "accessToken", new DefaultHttpClient(), serializer));
 }