Click or drag to resize

CrudTFileName Property

Gets the file name of the current entity. The filename is constructed with the poco class name and the extension .json

Namespace:  SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private string FileName { get; }

Property Value

Type: String
See Also