TypeDescriptionAttribute

TypeDescriptionAttribute is used for descripting a type for an application UI.

Namespace:
Inetdev
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Attribute

Constructors

TypeDescriptionAttribute

Default constructor

Signature:
public Void TypeDescriptionAttribute()

Properties

Description

Type description.

Signature:
public String Description { get; set; }

Label

A label of caption for the type.

Signature:
public String Label { get; set; }

Order

An order index to sort a list of types.

Signature:
public Int32 Order { get; set; }

ResourceType

The type of localization resource.

Signature:
public Type ResourceType { get; set; }