Class BuildingNameAttribute
Annotate building identifier types with the display name of the building. Usage: [BuildingName("North apartments")]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class BuildingNameAttribute : Attribute
- Inheritance
-
BuildingNameAttribute
- Inherited Members
- Extension Methods
Constructors
BuildingNameAttribute(string)
public BuildingNameAttribute(string name)
Parameters
namestring
Properties
Name
public string Name { get; }