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