C# Class M3.HRON.HRONValue

Inheritance: BaseHRONEntity, IHRONEntity2
Afficher le fichier Open project: mrange/hron

Méthodes publiques

Свойство Type Description
Empty IHRONEntity2

Méthodes publiques

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

Private Methods

Méthode Description
IHRONEntity2 ( SubString name, IHRONVisitor visitor ) : void

Method Details

GetDynamicType() public méthode

public GetDynamicType ( ) : HRONDynamicType
Résultat HRONDynamicType

GetMember() public méthode

public GetMember ( string name ) : IEnumerable
name string
Résultat IEnumerable

GetMemberNames() public méthode

public GetMemberNames ( ) : IEnumerable
Résultat IEnumerable

GetValue() public méthode

public GetValue ( ) : string
Résultat string

HRONValue() public méthode

public HRONValue ( string value ) : System
value string
Résultat System

ToString() public méthode

public ToString ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

Property Details

Empty public_oe static_oe property

public static IHRONEntity2 Empty
Résultat IHRONEntity2