Class DefaultDirectoryNameAttribute
Declares the conventional folder name associated with a DefaultDirectory value.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.DirectoryLayout
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class DefaultDirectoryNameAttribute : Attribute
Constructors
| Edit this page View SourceDefaultDirectoryNameAttribute(string)
Initializes a new instance of DefaultDirectoryNameAttribute.
Declaration
public DefaultDirectoryNameAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The direct-child folder name. |
Properties
| Edit this page View SourceName
Gets the conventional folder name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |