|
Codemaru 1.0.0.0
QR 코드, 모바일 랜딩 페이지, vCard 연락처 저장과 명함 디자인을 한 화면에서 제공하는 디지털 명함 서비스입니다.
|
Public 멤버 함수 | |
| CardProfile | ImportVCard (string content, CardProfile template) |
정적 Private 멤버 함수 | |
| static Dictionary< string, List< string > > | ReadVCardValues (string content) |
| static List< string > | UnfoldLines (string content) |
| static string | DecodeValue (string keyPart, string rawValue) |
| static string | DecodePhoto (string keyPart, string rawValue) |
| static Encoding | GetCharset (string keyPart) |
| static string | DecodeQuotedPrintable (string value, Encoding encoding) |
| static bool | IsHex (char value) |
| static string | UnescapeVCard (string value) |
| static string | ParseName (string value) |
| static string | ParseAddress (string value) |
| static string | First (Dictionary< string, List< string > > values, string key) |
| static string | Join (Dictionary< string, List< string > > values, string key) |
| static string | Coalesce (params string?[] values) |
Card Profile Importer 기능과 관련 상태를 캡슐화합니다.
CardProfileImporter.cs 파일의 14 번째 라인에서 정의되었습니다.
|
inlinestaticprivate |
Coalesce 작업을 수행합니다.
| values | values에 사용할 string?[] 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 641 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ImportVCard().

|
inlinestaticprivate |
Decode Photo 작업을 수행합니다.
| keyPart | key Part에 사용할 string 값입니다. |
| rawValue | raw Value에 사용할 string 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 279 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ReadVCardValues().

|
inlinestaticprivate |
Decode Quoted Printable 작업을 수행합니다.
| value | 적용할 값입니다. |
| encoding | encoding에 사용할 Encoding 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 387 번째 라인에서 정의되었습니다.
다음을 참조함 : IsHex().
다음에 의해서 참조됨 : DecodeValue().


|
inlinestaticprivate |
Decode Value 작업을 수행합니다.
| keyPart | key Part에 사용할 string 값입니다. |
| rawValue | raw Value에 사용할 string 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 236 번째 라인에서 정의되었습니다.
다음을 참조함 : DecodeQuotedPrintable(), GetCharset(), UnescapeVCard().
다음에 의해서 참조됨 : ReadVCardValues().


|
inlinestaticprivate |
First 작업을 수행합니다.
| values | values에 사용할 Dictionary<string, List<string>> 값입니다. |
| key | key에 사용할 string 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 573 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ImportVCard().

|
inlinestaticprivate |
Charset 값을 가져옵니다.
| keyPart | key Part에 사용할 string 값입니다. |
Encoding 결과입니다.CardProfileImporter.cs 파일의 334 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DecodeValue().

|
inline |
Import V Card 작업을 수행합니다.
| content | content에 사용할 string 값입니다. |
| template | template에 사용할 CardProfile 값입니다. |
CardProfile 결과입니다.CardProfileImporter.cs 파일의 48 번째 라인에서 정의되었습니다.
다음을 참조함 : Codemaru.Models.CardProfile(), Coalesce(), First(), Join(), ParseAddress(), ParseName(), ReadVCardValues().

|
inlinestaticprivate |
Is Hex 조건을 확인합니다.
| value | 적용할 값입니다. |
true이고, 그렇지 않으면 false입니다.CardProfileImporter.cs 파일의 431 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DecodeQuotedPrintable().

|
inlinestaticprivate |
Join 작업을 수행합니다.
| values | values에 사용할 Dictionary<string, List<string>> 값입니다. |
| key | key에 사용할 string 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 610 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ImportVCard().

|
inlinestaticprivate |
Parse Address 작업을 수행합니다.
| value | 적용할 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 530 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ImportVCard().

|
inlinestaticprivate |
Parse Name 작업을 수행합니다.
| value | 적용할 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 495 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ImportVCard().

|
inlinestaticprivate |
V Card Values 데이터를 읽습니다.
| content | content에 사용할 string 값입니다. |
Dictionary<string, List<string>> 결과입니다.CardProfileImporter.cs 파일의 114 번째 라인에서 정의되었습니다.
다음을 참조함 : DecodePhoto(), DecodeValue(), UnfoldLines().
다음에 의해서 참조됨 : ImportVCard().


|
inlinestaticprivate |
Unescape V Card 작업을 수행합니다.
| value | 적용할 값입니다. |
string 결과입니다.CardProfileImporter.cs 파일의 462 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DecodeValue().

|
inlinestaticprivate |
Unfold Lines 작업을 수행합니다.
| content | content에 사용할 string 값입니다. |
List<string> 결과입니다.CardProfileImporter.cs 파일의 182 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ReadVCardValues().
