Class FieldDescriptionAttribute
Implements
Inherited Members
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public class FieldDescriptionAttribute : Attribute, _Attribute
Fields
| Improve this Doc View SourceDescription
Description of this field
Declaration
public string Description
Field Value
Type | Description |
---|---|
string |
Name
Name of the field
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |