Class MemoryFolderModel
This class contains properties related to supporting a virtual disk storage system for unit testing.
Inheritance
System.Object
MemoryFolderModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Talegen.Storage.Net.Core.Memory
Assembly: Talegen.Storage.Net.Core.dll
Syntax
public class MemoryFolderModel
Properties
| Improve this Doc View SourceChildren
Gets or sets a dictionary of folders.
Declaration
public List<string> Children { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Files
Gets or sets a dictionary of files.
Declaration
public Dictionary<string, byte[]> Files { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Byte[]> |