C# Class FlatRedBall.Glue.Parsing.ParsedProperty

Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
GetContents string
HasAutomaticGetter bool
HasAutomaticSetter bool
IsStatic bool
IsVirtual bool
Name string
Scope Scope
SetContents string
Type ParsedType

Public Methods

Method Description
Clone ( ) : ParsedProperty
ParsedProperty ( ) : System
ParsedProperty ( Scope scope, string type, string name ) : System
ToString ( ) : string

Private Methods

Method Description
FromPropertyInfo ( System property ) : ParsedProperty

Method Details

Clone() public method

public Clone ( ) : ParsedProperty
return ParsedProperty

ParsedProperty() public method

public ParsedProperty ( ) : System
return System

ParsedProperty() public method

public ParsedProperty ( Scope scope, string type, string name ) : System
scope Scope
type string
name string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

GetContents public_oe property

public string GetContents
return string

HasAutomaticGetter public_oe property

public bool HasAutomaticGetter
return bool

HasAutomaticSetter public_oe property

public bool HasAutomaticSetter
return bool

IsStatic public_oe property

public bool IsStatic
return bool

IsVirtual public_oe property

public bool IsVirtual
return bool

Name public_oe property

public string Name
return string

Scope public_oe property

public Scope Scope
return Scope

SetContents public_oe property

public string SetContents
return string

Type public_oe property

public ParsedType,FlatRedBall.Glue.Parsing Type
return ParsedType