C# 클래스 sidepop.Mime.EncodedWord

Holds information about an encoded word
파일 보기 프로젝트 열기: Octopus-ITSM/sidepop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MergeEncodedValues string

공개 메소드들

메소드 설명
IsCompatibleWith ( EncodedWord other ) : bool

Determines if the current encoded word has the same encoding name and encoding type

Merge ( EncodedWord encodedWord ) : void

Merges the specified encoded word into this instance. This method assumes the encoded words are compatible

Parse ( string value ) : List

Runs the multiple regex pattern and returns a list of EncodedWord

ToString ( ) : string

String representation

비공개 메소드들

메소드 설명
MergeEncodedValues ( EncodedWord encodedWord ) : string

Merges together two encoded words and returns the correct encoded word string that will match the regular expression

메소드 상세

IsCompatibleWith() 공개 메소드

Determines if the current encoded word has the same encoding name and encoding type
public IsCompatibleWith ( EncodedWord other ) : bool
other EncodedWord
리턴 bool

Merge() 공개 메소드

Merges the specified encoded word into this instance. This method assumes the encoded words are compatible
public Merge ( EncodedWord encodedWord ) : void
encodedWord EncodedWord
리턴 void

Parse() 공개 정적인 메소드

Runs the multiple regex pattern and returns a list of EncodedWord
public static Parse ( string value ) : List
value string
리턴 List

ToString() 공개 메소드

String representation
public ToString ( ) : string
리턴 string