Smartsheet.Api.Internal.RowResourcesImpl.RowResourcesImpl C# (CSharp) Method

RowResourcesImpl() private method

private RowResourcesImpl ( SmartsheetImpl smartsheet ) : System
smartsheet SmartsheetImpl
return System
        public RowResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.attachments = new AssociatedAttachmentResourcesImpl(smartsheet, "row");
            this.discussions = new AssociatedDiscussionResourcesImpl(smartsheet, "row");
        }