Exemplo n.º 1
0
 public DataPartiallyValid(string fullFilePath, GoodBits goodBits, BadBits badBits)
     : base(fullFilePath)
 {
     GoodBits = goodBits;
     BadBits = badBits;
 }
Exemplo n.º 2
0
 public ProcessGoodBits(string filePath, GoodBits goodBits)
 {
     FilePath = filePath;
     GoodBits = goodBits;
 }
Exemplo n.º 3
0
 public ParseSuccessful(string fullFilePath, GoodBits goodBits)
     : base(fullFilePath)
 {
     GoodBits = goodBits;
 }