C# Class AntMe.SharedComponents.Plugin.WriteCustomStateAttribute

Inheritance: Attribute
显示文件 Open project: AntMeNet/AntMeClassic

Public Properties

Property Type Description
Description string
Name string
Type string

Property Details

Description public_oe property

Optional description of usage.
public string Description
return string

Name public_oe property

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

Type public_oe property

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