Show / Hide Table of Contents

Class UserRecords

The current page records view model.

Inheritance
System.Object
UserRecords
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class UserRecords : object

Constructors

| Improve this Doc View Source

UserRecords(UserPageDetails, List<UsersDetails>)

Initializes a new instance of the UserRecords class.

Declaration
public UserRecords(UserPageDetails pageDetails = null, List<UsersDetails> result = null)
Parameters
Type Name Description
UserPageDetails pageDetails

pageDetails.

List<UsersDetails> result

Gets or sets the documents result..

Properties

| Improve this Doc View Source

PageDetails

Gets or Sets page details.

Declaration
public UserPageDetails PageDetails { get; set; }
Property Value
Type Description
UserPageDetails
| Improve this Doc View Source

Result

Gets or sets the document results.

Declaration
public List<UsersDetails> Result { get; set; }
Property Value
Type Description
List<UsersDetails>

Gets or sets the documents result.

Methods

| Improve this Doc View Source

ToJson()

Returns the JSON string presentation of the object.

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2001-2022 Syncfusion Inc.
All Rights Reserved