C# 클래스 Exceptions.SensitiveClass

Assume class work with very Sensitive data So, it implement very strict rules to deal with other classes. Other classes bound to send it the compatible data only.
파일 보기 프로젝트 열기: fahidnasir/DotNet-ShortCourse2015 1 사용 예제들

공개 메소드들

메소드 설명
SaveOnlyNumberSeventMultiple ( int number ) : bool

This method only accepts the values multiple of 7.

SaveOnlyTextContainPak ( string text ) : bool

메소드 상세

SaveOnlyNumberSeventMultiple() 공개 메소드

This method only accepts the values multiple of 7.
public SaveOnlyNumberSeventMultiple ( int number ) : bool
number int
리턴 bool

SaveOnlyTextContainPak() 공개 메소드

public SaveOnlyTextContainPak ( string text ) : bool
text string
리턴 bool