Class DomainHelpAttribute
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Defines a description and url for this domain.
[AttributeUsage(AttributeTargets.All)]
public class DomainHelpAttribute : Attribute
- Inheritance
-
DomainHelpAttribute
- Inherited Members
Constructors
- DomainHelpAttribute(string, string)
Defines a description and URIs for this domain.
Properties
- Description
Gets the Description for this domain.
- Domain
Gets the Domain for this domain.
- Uri
Gets the Uri for this domain.
- Url
Gets the Url for this domain.