Skip to content

Minor refactoring suggestion #25

Closed
@dean-kukol-cms

Description

@dean-kukol-cms

This is such a wonderful job and great resource for someone new to DocuSign. We really appreciate it!!

May I offer one small refactoring suggestion, please? Could the prefixes of the 2 properties in bold be modified to 'SignerEmail' and 'SignerName' in light of the naming convention used for the class name of 'EmbeddedSigningModel'... Thank you!

namespace DocuSign.CodeExamples.Views
{
public class EmbeddedSigningModel
{
public string SingerEmail { get; set; }
public string SingerName { get; set; }
}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions