C# Class Source.HRON.HRONValue

Inheritance: BaseHRONEntity
显示文件 Open project: mrange/T4Include

Public Properties

Property Type Description
Empty IHRONEntity

Public Methods

Method Description
Apply ( SubString name, IHRONVisitor visitor ) : void
GetDynamicType ( ) : HRONSerializer.DynamicType
GetMember ( string name ) : IEnumerable
GetMemberNames ( ) : IEnumerable
GetValue ( ) : string
HRONValue ( string value ) : System
ToString ( StringBuilder sb ) : void

Method Details

Apply() public method

public Apply ( SubString name, IHRONVisitor visitor ) : void
name SubString
visitor IHRONVisitor
return void

GetDynamicType() public method

public GetDynamicType ( ) : HRONSerializer.DynamicType
return HRONSerializer.DynamicType

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 IHRONEntity Empty
return IHRONEntity