C# 클래스 Ada.Actions.PostChecker

A class to check questions against the target dupe.
파일 보기 프로젝트 열기: yvettec/Dupes 1 사용 예제들

공개 메소드들

메소드 설명
IsDupe ( Question q, MatcherAlgo matcherAlgo ) : MatchResults

Checks whether the supplied question is a duplicate of another post.

PostChecker ( ) : System

메소드 상세

IsDupe() 공개 메소드

Checks whether the supplied question is a duplicate of another post.
public IsDupe ( Question q, MatcherAlgo matcherAlgo ) : MatchResults
q Ada.Questions.Question The questions to check.
matcherAlgo MatcherAlgo The matching algorithm to use.
리턴 Ada.Matchers.MatchResults

PostChecker() 공개 메소드

public PostChecker ( ) : System
리턴 System