C# Class Source.HRON.HRONValue

Inheritance: BaseHRONEntity
Afficher le fichier Open project: mrange/T4Include

Méthodes publiques

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

Méthodes publiques

Méthode 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 méthode

public Apply ( SubString name, IHRONVisitor visitor ) : void
name SubString
visitor IHRONVisitor
Résultat void

GetDynamicType() public méthode

public GetDynamicType ( ) : HRONSerializer.DynamicType
Résultat HRONSerializer.DynamicType

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 IHRONEntity Empty
Résultat IHRONEntity