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