C# 클래스 AcTools.DataAnalyzer.RulesSet

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id string

공개 메소드들

메소드 설명
CompareHashes ( string lhs, string rhs ) : double
CompareHashes ( string lhs, string rhs, RulesSet rules, Rule &workedRules ) : double
FromFile ( string filename ) : RulesSet
FromLines ( string strings ) : RulesSet
FromText ( string text ) : RulesSet
GetHash ( string carDir ) : string
RuleTypeFromString ( string s ) : RuleType

비공개 메소드들

메소드 설명
RulesSet ( string id, Rule rules ) : System

메소드 상세

CompareHashes() 공개 정적인 메소드

public static CompareHashes ( string lhs, string rhs ) : double
lhs string
rhs string
리턴 double

CompareHashes() 공개 정적인 메소드

public static CompareHashes ( string lhs, string rhs, RulesSet rules, Rule &workedRules ) : double
lhs string
rhs string
rules RulesSet
workedRules Rule
리턴 double

FromFile() 공개 정적인 메소드

public static FromFile ( string filename ) : RulesSet
filename string
리턴 RulesSet

FromLines() 공개 정적인 메소드

public static FromLines ( string strings ) : RulesSet
strings string
리턴 RulesSet

FromText() 공개 정적인 메소드

public static FromText ( string text ) : RulesSet
text string
리턴 RulesSet

GetHash() 공개 메소드

public GetHash ( string carDir ) : string
carDir string
리턴 string

RuleTypeFromString() 공개 정적인 메소드

public static RuleTypeFromString ( string s ) : RuleType
s string
리턴 RuleType

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string