C# Class Source.HRON.HRONObject

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

Public Properties

Property Type Description
Empty HRONObject

Public Methods

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

Private Methods

Method Description
GetLookup ( ) : IHRONEntity>.ILookup

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

HRONObject() public method

public HRONObject ( Member members ) : System
members Member
return System

ToString() public method

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

Visit() public method

public Visit ( IHRONVisitor visitor ) : void
visitor IHRONVisitor
return void

Property Details

Empty public_oe static_oe property

public static HRONObject,Source.HRON Empty
return HRONObject