Class CustomRoomControlAttribute
Use this attribute to define a custom room control for a given room type.
Inheritance
System.Object
CustomRoomControlAttribute
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class CustomRoomControlAttribute : Attribute
Remarks
The class that is marked with this attribute must inherit from RoomControl and have a parameterless constructor.
Constructors
CustomRoomControlAttribute(Type)
Declaration
public CustomRoomControlAttribute(Type roomType)
Parameters
Type | Name | Description |
---|---|---|
Type | roomType |
Properties
RoomType
Type of room for which the custom control will be applied.
Declaration
public Type RoomType { get; }
Property Value
Type | Description |
---|---|
Type |