C# Class FlatRedBall.Glue.Parsing.ParsedProperty

Show file 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 property

public string GetContents
return string

HasAutomaticGetter public property

public bool HasAutomaticGetter
return bool

HasAutomaticSetter public property

public bool HasAutomaticSetter
return bool

IsStatic public property

public bool IsStatic
return bool

IsVirtual public property

public bool IsVirtual
return bool

Name public property

public string Name
return string

Scope public property

public Scope Scope
return Scope

SetContents public property

public string SetContents
return string

Type public property

public ParsedType,FlatRedBall.Glue.Parsing Type
return ParsedType