Docusign CSharp Docs
|
Provides properties that describe a workspace. More...
Public Member Functions | |
Workspace (string BillableAccountId=default(string), WorkspaceUser CallerInformation=default(WorkspaceUser), string Created=default(string), WorkspaceUser CreatedByInformation=default(WorkspaceUser), string LastModified=default(string), WorkspaceUser LastModifiedByInformation=default(WorkspaceUser), WorkspaceSettings Settings=default(WorkspaceSettings), string Status=default(string), string WorkspaceBaseUrl=default(string), string WorkspaceDescription=default(string), string WorkspaceId=default(string), string WorkspaceName=default(string), string WorkspaceUri=default(string)) | |
Initializes a new instance of the Workspace class. More... | |
override string | ToString () |
Returns the string presentation of the object More... | |
string | ToJson () |
Returns the JSON string presentation of the object More... | |
override bool | Equals (object obj) |
Returns true if objects are equal More... | |
bool | Equals (Workspace other) |
Returns true if Workspace instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
string | BillableAccountId [get, set] |
Gets or Sets BillableAccountId More... | |
WorkspaceUser | CallerInformation [get, set] |
Gets or Sets CallerInformation More... | |
string | Created [get, set] |
Gets or Sets Created More... | |
WorkspaceUser | CreatedByInformation [get, set] |
Details about the user who created the workspace. More... | |
string | LastModified [get, set] |
Utc date and time the comment was last updated (can only be done by creator.) More... | |
WorkspaceUser | LastModifiedByInformation [get, set] |
Details about the user who last modified the workspace. More... | |
WorkspaceSettings | Settings [get, set] |
Information about the settings for the workspace. More... | |
string | Status [get, set] |
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More... | |
string | WorkspaceBaseUrl [get, set] |
The relative URL that may be used to access the workspace. More... | |
string | WorkspaceDescription [get, set] |
Text describing the purpose of the workspace. More... | |
string | WorkspaceId [get, set] |
The id of the workspace, always populated. More... | |
string | WorkspaceName [get, set] |
The name of the workspace. More... | |
string | WorkspaceUri [get, set] |
The relative URI that may be used to access the workspace. More... | |
Provides properties that describe a workspace.
|
inline |
Initializes a new instance of the Workspace class.
BillableAccountId | BillableAccountId. |
CallerInformation | CallerInformation. |
Created | Created. |
CreatedByInformation | Details about the user who created the workspace.. |
LastModified | Utc date and time the comment was last updated (can only be done by creator.). |
LastModifiedByInformation | Details about the user who last modified the workspace.. |
Settings | Information about the settings for the workspace.. |
Status | Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.. |
WorkspaceBaseUrl | The relative URL that may be used to access the workspace.. |
WorkspaceDescription | Text describing the purpose of the workspace.. |
WorkspaceId | The id of the workspace, always populated.. |
WorkspaceName | The name of the workspace.. |
WorkspaceUri | The relative URI that may be used to access the workspace.. |
|
inline |
Returns true if objects are equal
obj | Object to be compared |
|
inline |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets BillableAccountId
|
getset |
Gets or Sets CallerInformation
|
getset |
Gets or Sets Created
|
getset |
Details about the user who created the workspace.
Details about the user who created the workspace.
|
getset |
Utc date and time the comment was last updated (can only be done by creator.)
Utc date and time the comment was last updated (can only be done by creator.)
|
getset |
Details about the user who last modified the workspace.
Details about the user who last modified the workspace.
|
getset |
Information about the settings for the workspace.
Information about the settings for the workspace.
|
getset |
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
|
getset |
The relative URL that may be used to access the workspace.
The relative URL that may be used to access the workspace.
|
getset |
|
getset |
The id of the workspace, always populated.
The id of the workspace, always populated.
|
getset |
The name of the workspace.
The name of the workspace.
|
getset |
The relative URI that may be used to access the workspace.
The relative URI that may be used to access the workspace.