C# Class M3.HRON.HRONValue

Inheritance: BaseHRONEntity, IHRONEntity2
ファイルを表示 Open project: mrange/hron

Public Properties

Property Type Description
Empty IHRONEntity2

Public Methods

Method Description
GetDynamicType ( ) : HRONDynamicType
GetMember ( string name ) : IEnumerable
GetMemberNames ( ) : IEnumerable
GetValue ( ) : string
HRONValue ( string value ) : System
ToString ( StringBuilder sb ) : void

Private Methods

Method Description
IHRONEntity2 ( SubString name, IHRONVisitor visitor ) : void

Method Details

GetDynamicType() public method

public GetDynamicType ( ) : HRONDynamicType
return HRONDynamicType

GetMember() public method

public GetMember ( string name ) : IEnumerable
name string
return IEnumerable

GetMemberNames() public method

public GetMemberNames ( ) : IEnumerable
return IEnumerable

GetValue() public method

public GetValue ( ) : string
return string

HRONValue() public method

public HRONValue ( string value ) : System
value string
return System

ToString() public method

public ToString ( StringBuilder sb ) : void
sb StringBuilder
return void

Property Details

Empty public_oe static_oe property

public static IHRONEntity2 Empty
return IHRONEntity2