C# Class AntMe.SharedComponents.Plugin.WriteCustomStateAttribute

Inheritance: Attribute
Show file Open project: AntMeNet/AntMeClassic

Public Properties

Property Type Description
Description string
Name string
Type string

Property Details

Description public property

Optional description of usage.
public string Description
return string

Name public property

The name of the custom field.
public string Name
return string

Type public property

The full name of the used type.
public string Type
return string