C# Class Gurpenator.ParsedThing

显示文件 Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
comment string
declarationOperator string
formula string
lineNumber int
name string
sourcePath string
subPropertyName string
subThings List

Public Methods

Method Description
ParsedThing ( string name, string subPropertyName, string declarationOperator, string formula, string comment, string sourcePath, int lineNumber ) : System
createError ( string message ) : Exception
getLocationString ( ) : string

Method Details

ParsedThing() public method

public ParsedThing ( string name, string subPropertyName, string declarationOperator, string formula, string comment, string sourcePath, int lineNumber ) : System
name string
subPropertyName string
declarationOperator string
formula string
comment string
sourcePath string
lineNumber int
return System

createError() public method

public createError ( string message ) : Exception
message string
return System.Exception

getLocationString() public method

public getLocationString ( ) : string
return string

Property Details

comment public_oe property

public string comment
return string

declarationOperator public_oe property

public string declarationOperator
return string

formula public_oe property

public string formula
return string

lineNumber public_oe property

public int lineNumber
return int

name public_oe property

public string name
return string

sourcePath public_oe property

public string sourcePath
return string

subPropertyName public_oe property

public string subPropertyName
return string

subThings public_oe property

public List subThings
return List