C# Class FSO.Client.UI.Framework.Parser.UIAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
DataType UIAttributeType

Public Methods

Method Description
UIAttribute ( string name ) : System
UIAttribute ( string name, Type parser ) : System

Method Details

UIAttribute() public method

public UIAttribute ( string name ) : System
name string
return System

UIAttribute() public method

public UIAttribute ( string name, Type parser ) : System
name string
parser System.Type
return System

Property Details

DataType public_oe property

public UIAttributeType DataType
return UIAttributeType