Class FileNameAttribute
- Namespace
- Nautilus.Json.Attributes
- Assembly
- Nautilus.dll
Attribute used to specify a file name for use with a JsonFile.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class FileNameAttribute : Attribute, _Attribute
- Inheritance
-
FileNameAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
FileNameAttribute(string)
Used to specify the file name for a JsonFile.
public FileNameAttribute(string fileName)
Parameters
fileName
string
Properties
FileName
The filename.
public string FileName { get; }