C# Class _3PA.MainFeatures.Pro.FileTag

Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string filename ) : bool
DeleteFileTags ( string filename, string correctionNumber ) : bool
Export ( ) : void

Save the dicitonnary containing the file info

GetFileTags ( string filename, string nb ) : FileTagObject
GetFileTagsList ( string filename ) : List
GetLastFileTag ( string filename ) : FileTagObject
Import ( ) : void

Load the dictionnary of file info

ReplaceTokens ( FileTagObject fileTagObject, string tagString ) : string

Call this method to replace the variables inside your tags template (e.g. {&a }) to their actual values

SetFileTags ( string filename, string nb, string date, string text, string nomAppli, string version, string chantier, string jira ) : void

Method Details

Contains() public static méthode

public static Contains ( string filename ) : bool
filename string
Résultat bool

DeleteFileTags() public static méthode

public static DeleteFileTags ( string filename, string correctionNumber ) : bool
filename string
correctionNumber string
Résultat bool

Export() public static méthode

Save the dicitonnary containing the file info
public static Export ( ) : void
Résultat void

GetFileTags() public static méthode

public static GetFileTags ( string filename, string nb ) : FileTagObject
filename string
nb string
Résultat FileTagObject

GetFileTagsList() public static méthode

public static GetFileTagsList ( string filename ) : List
filename string
Résultat List

GetLastFileTag() public static méthode

public static GetLastFileTag ( string filename ) : FileTagObject
filename string
Résultat FileTagObject

Import() public static méthode

Load the dictionnary of file info
public static Import ( ) : void
Résultat void

ReplaceTokens() public static méthode

Call this method to replace the variables inside your tags template (e.g. {&a }) to their actual values
public static ReplaceTokens ( FileTagObject fileTagObject, string tagString ) : string
fileTagObject FileTagObject
tagString string
Résultat string

SetFileTags() public static méthode

public static SetFileTags ( string filename, string nb, string date, string text, string nomAppli, string version, string chantier, string jira ) : void
filename string
nb string
date string
text string
nomAppli string
version string
chantier string
jira string
Résultat void