C# 클래스 Serenity.ComponentModel.PhoneEditorAttribute

상속: CustomEditorAttribute, ICustomValidator
파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
PhoneEditorAttribute ( ) : System
Validate ( IValidationContext context ) : string

비공개 메소드들

메소드 설명
IsValidMobileTurkey ( string phone ) : bool
IsValidMulti ( string phone, bool>.Func check ) : bool
IsValidPhoneInternal ( string phone ) : bool
IsValidPhoneTurkey ( string phone ) : bool
Validate ( string phone, bool isMultiple, bool isInternal, bool isMobile, bool allowInternational, bool allowExtension ) : string

메소드 상세

PhoneEditorAttribute() 공개 메소드

public PhoneEditorAttribute ( ) : System
리턴 System

Validate() 공개 메소드

public Validate ( IValidationContext context ) : string
context IValidationContext
리턴 string