C# 클래스 System.ComponentModel.MaskedTextProvider.CharDescriptor

This structure describes some constraints and properties of a character in the test string, as specified in the mask.
파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
CaseConversion CaseConversion
CharType CharType
IsAssigned bool
MaskPosition int

공개 메소드들

메소드 설명
CharDescriptor ( int maskPos, CharType charType ) : System
ToString ( ) : string

메소드 상세

CharDescriptor() 공개 메소드

public CharDescriptor ( int maskPos, CharType charType ) : System
maskPos int
charType CharType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CaseConversion 공개적으로 프로퍼티

public CaseConversion CaseConversion
리턴 CaseConversion

CharType 공개적으로 프로퍼티

public CharType CharType
리턴 CharType

IsAssigned 공개적으로 프로퍼티

public bool IsAssigned
리턴 bool

MaskPosition 공개적으로 프로퍼티

public int MaskPosition
리턴 int