C# 클래스 Gurpenator.ParsedThing

파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
comment string
declarationOperator string
formula string
lineNumber int
name string
sourcePath string
subPropertyName string
subThings List

공개 메소드들

메소드 설명
ParsedThing ( string name, string subPropertyName, string declarationOperator, string formula, string comment, string sourcePath, int lineNumber ) : System
createError ( string message ) : Exception
getLocationString ( ) : string

메소드 상세

ParsedThing() 공개 메소드

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
리턴 System

createError() 공개 메소드

public createError ( string message ) : Exception
message string
리턴 System.Exception

getLocationString() 공개 메소드

public getLocationString ( ) : string
리턴 string

프로퍼티 상세

comment 공개적으로 프로퍼티

public string comment
리턴 string

declarationOperator 공개적으로 프로퍼티

public string declarationOperator
리턴 string

formula 공개적으로 프로퍼티

public string formula
리턴 string

lineNumber 공개적으로 프로퍼티

public int lineNumber
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

sourcePath 공개적으로 프로퍼티

public string sourcePath
리턴 string

subPropertyName 공개적으로 프로퍼티

public string subPropertyName
리턴 string

subThings 공개적으로 프로퍼티

public List subThings
리턴 List