Exemple #1
0
 internal StorageFileProperties(RawStorageFileProperties rawStorageFileProperties)
 {
     _rawStorageFileProperties = rawStorageFileProperties;
     SmbProperties             = new FileSmbProperties(rawStorageFileProperties);
 }
Exemple #2
0
 internal StorageFileProperties(RawStorageFileProperties rawStorageFileProperties)
 {
     this._rawStorageFileProperties = rawStorageFileProperties;
     this.SmbProperties             = new FileSmbProperties(rawStorageFileProperties);
 }
 internal StorageFileInfo(RawStorageFileInfo rawStorageFileInfo)
 {
     _rawStorageFileInfo = rawStorageFileInfo;
     SmbProperties       = new FileSmbProperties(rawStorageFileInfo);
 }
 internal StorageFileDownloadDetails(FlattenedStorageFileProperties flattened)
 {
     _flattened    = flattened;
     SmbProperties = new FileSmbProperties(flattened);
 }
Exemple #5
0
 internal StorageFileDownloadProperties(FlattenedStorageFileProperties flattened)
 {
     this._flattened = flattened;
     this.SmbProperties = new FileSmbProperties(flattened);
 }