C# 클래스 MyTested.AspNetCore.Mvc.Licensing.LicenseValidator

파일 보기 프로젝트 열기: ivaylokenov/MyTested.AspNetCore.Mvc

공개 메소드들

메소드 설명
ClearLicenseDetails ( ) : void
GetLicenseDetails ( ) : IEnumerable
Validate ( IEnumerable licenses, System.DateTime releaseDate, string projectNamespace ) : bool

비공개 메소드들

메소드 설명
Validate ( string license, System.DateTime releaseDate, string projectNamespace ) : void

메소드 상세

ClearLicenseDetails() 공개 정적인 메소드

public static ClearLicenseDetails ( ) : void
리턴 void

GetLicenseDetails() 공개 정적인 메소드

public static GetLicenseDetails ( ) : IEnumerable
리턴 IEnumerable

Validate() 공개 정적인 메소드

public static Validate ( IEnumerable licenses, System.DateTime releaseDate, string projectNamespace ) : bool
licenses IEnumerable
releaseDate System.DateTime
projectNamespace string
리턴 bool