C# 클래스 Celedon.RuntimeParameter

파일 보기 프로젝트 열기: BESDev/Celedon-Autonumber-RTM 1 사용 예제들

공개 메소드들

메소드 설명
GetParameterValue ( System.Entity Target ) : string
GetParametersFromString ( string text ) : IEnumerable
IsParentParameter ( ) : bool
IsRandomParameter ( ) : bool
Parse ( string input ) : RuntimeParameter
RuntimeParameter ( string paramText, string attributeText, string parentLookup, string defaultValue, string stringFormat, ConditionalFormatter condition ) : System

비공개 메소드들

메소드 설명
RuntimeParameter ( ) : System

메소드 상세

GetParameterValue() 공개 메소드

public GetParameterValue ( System.Entity Target ) : string
Target System.Entity
리턴 string

GetParametersFromString() 공개 정적인 메소드

public static GetParametersFromString ( string text ) : IEnumerable
text string
리턴 IEnumerable

IsParentParameter() 공개 메소드

public IsParentParameter ( ) : bool
리턴 bool

IsRandomParameter() 공개 메소드

public IsRandomParameter ( ) : bool
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string input ) : RuntimeParameter
input string
리턴 RuntimeParameter

RuntimeParameter() 공개 메소드

public RuntimeParameter ( string paramText, string attributeText, string parentLookup, string defaultValue, string stringFormat, ConditionalFormatter condition ) : System
paramText string
attributeText string
parentLookup string
defaultValue string
stringFormat string
condition ConditionalFormatter
리턴 System