Table of Contents

Class IdentifierAndNameModel

Namespace
CSF.Screenplay.ReportModel
Assembly
CSF.Screenplay.dll

Model represents an IdentifierAndName within a Screenplay report.

public class IdentifierAndNameModel
Inheritance
IdentifierAndNameModel
Inherited Members

Remarks

Like many models in this namespace, this type mimicks a first-class part of the Screenplay architecture. This model type is intended for use with the serialization process to JSON. Many of the properties of these types will correspond directly with the same-named properties on the original Screenplay architecture types.

Properties

Identifier

Corresponds to the value Identifier.

public string Identifier { get; set; }

Property Value

string

Name

Corresponds to the value Name.

public string Name { get; set; }

Property Value

string

WasIdentifierAutoGenerated

Corresponds to the value WasIdentifierAutoGenerated.

public bool WasIdentifierAutoGenerated { get; set; }

Property Value

bool