DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.NotaryJournal Class Reference

NotaryJournal More...

Inheritance diagram for DocuSign.eSign.Model.NotaryJournal:

Public Member Functions

 NotaryJournal (string CreatedDate=default(string), string DocumentName=default(string), Jurisdiction Jurisdiction=default(Jurisdiction), string NotaryJournalId=default(string), NotaryJournalMetaData NotaryJournalMetaData=default(NotaryJournalMetaData), string SignerName=default(string))
 Initializes a new instance of the NotaryJournal 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 (NotaryJournal other)
 Returns true if NotaryJournal instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string CreatedDate [get, set]
 Gets or Sets CreatedDate More...
 
string DocumentName [get, set]
 Gets or Sets DocumentName More...
 
Jurisdiction Jurisdiction [get, set]
 The notary&#39;s jurisdiction. More...
 
string NotaryJournalId [get, set]
 Gets or Sets NotaryJournalId More...
 
NotaryJournalMetaData NotaryJournalMetaData [get, set]
 Additional journal data such as the witness list and signature image. More...
 
string SignerName [get, set]
 Gets or Sets SignerName More...
 

Detailed Description

NotaryJournal

Constructor & Destructor Documentation

◆ NotaryJournal()

DocuSign.eSign.Model.NotaryJournal.NotaryJournal ( string  CreatedDate = default(string),
string  DocumentName = default(string),
Jurisdiction  Jurisdiction = default(Jurisdiction),
string  NotaryJournalId = default(string),
NotaryJournalMetaData  NotaryJournalMetaData = default(NotaryJournalMetaData),
string  SignerName = default(string) 
)
inline

Initializes a new instance of the NotaryJournal class.

Parameters
CreatedDateCreatedDate.
DocumentNameDocumentName.
JurisdictionThe notary&#39;s jurisdiction. .
NotaryJournalIdNotaryJournalId.
NotaryJournalMetaDataAdditional journal data such as the witness list and signature image..
SignerNameSignerName.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.NotaryJournal.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.NotaryJournal.Equals ( NotaryJournal  other)
inline

Returns true if NotaryJournal instances are equal

Parameters
otherInstance of NotaryJournal to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.NotaryJournal.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.NotaryJournal.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.NotaryJournal.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CreatedDate

string DocuSign.eSign.Model.NotaryJournal.CreatedDate
getset

Gets or Sets CreatedDate

◆ DocumentName

string DocuSign.eSign.Model.NotaryJournal.DocumentName
getset

Gets or Sets DocumentName

◆ Jurisdiction

Jurisdiction DocuSign.eSign.Model.NotaryJournal.Jurisdiction
getset

The notary&#39;s jurisdiction.

The notary&#39;s jurisdiction.

◆ NotaryJournalId

string DocuSign.eSign.Model.NotaryJournal.NotaryJournalId
getset

Gets or Sets NotaryJournalId

◆ NotaryJournalMetaData

NotaryJournalMetaData DocuSign.eSign.Model.NotaryJournal.NotaryJournalMetaData
getset

Additional journal data such as the witness list and signature image.

Additional journal data such as the witness list and signature image.

◆ SignerName

string DocuSign.eSign.Model.NotaryJournal.SignerName
getset

Gets or Sets SignerName


The documentation for this class was generated from the following file: