Свойство | Type | Description | |
---|---|---|---|
HandleDefaultMetdata | void | ||
ParseArray | string[] | ||
ParseBoolen | bool | ||
ParseDateTimeSmarter | DateTime? | ||
ParseMetadataHeaderFromContent | string | ||
TryParseComplexValue | bool |
Méthode | Description | |
---|---|---|
Execute ( ) : void | ||
ParseDocumentCommand ( string documentPath ) : System |
Méthode | Description | |
---|---|---|
HandleDefaultMetdata ( string key, string value ) : void | ||
ParseArray ( string value ) : string[] | ||
ParseBoolen ( string value ) : bool | ||
ParseDateTimeSmarter ( string value ) : DateTime? | ||
ParseMetadataHeaderFromContent ( string content ) : string | ||
TryParseComplexValue ( string value, string content, int index, int &endOfLine, dynamic &complexValue ) : bool |
public ParseDocumentCommand ( string documentPath ) : System | ||
documentPath | string | |
Résultat | System |