You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="markdown level1 summary"><p>Corresponds to the value <aclass="xref" href="CSF.Screenplay.Performances.IdentifierAndName.html#CSF_Screenplay_Performances_IdentifierAndName_Name">Name</a>.</p>
203
+
<divclass="markdown level1 summary"><p>Corresponds to the value <aclass="xref" href="CSF.Screenplay.Performances.IdentifierAndName.html#CSF_Screenplay_Performances_IdentifierAndName_WasIdentifierAutoGenerated">WasIdentifierAutoGenerated</a>.</p>
204
204
</div>
205
205
<divclass="markdown level1 conceptual"></div>
206
206
207
207
<divclass="codewrapper">
208
-
<pre><codeclass="lang-csharp hljs">public string Name { get; set; }</code></pre>
<divclass="markdown level1 summary"><p>Corresponds to the value <aclass="xref" href="CSF.Screenplay.Performances.IdentifierAndName.html#CSF_Screenplay_Performances_IdentifierAndName_WasIdentifierAutoGenerated">WasIdentifierAutoGenerated</a>.</p>
235
+
<divclass="markdown level1 summary"><p>Corresponds to the value <aclass="xref" href="CSF.Screenplay.Performances.IdentifierAndName.html#CSF_Screenplay_Performances_IdentifierAndName_Name">Name</a>.</p>
Every asset has one or two properties in common, the <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_FileName">FileName</a> and optionally <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_FileSummary">FileSummary</a>.
157
+
Every asset has one or two properties in common, the <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_Name">Name</a> and optionally <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_Summary">Summary</a>.
158
158
The data for the asset file is then described by one of two ways:
159
159
</p>
160
-
<ul><li>The content of the asset is located on disk at a path indicated by <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_FilePath">FilePath</a></li><li>The content of the asset is embedded within this model as base64-encoded text, within <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_FileData">FileData</a></li></ul>
160
+
<ul><li>The content of the asset is located on disk at a path indicated by <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_Path">Path</a></li><li>The content of the asset is embedded within this model as base64-encoded text, within <aclass="xref" href="CSF.Screenplay.ReportModel.PerformableAsset.html#CSF_Screenplay_ReportModel_PerformableAsset_Data">Data</a></li></ul>
161
161
<p>
162
162
Typically when reports are first created, for expedience, assets are recorded to disk as files.
163
163
However, for portability, it is often useful to embed the asset data within the report so that the entire report may be transported as a single file.
0 commit comments