Show / Hide Table of Contents

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 Source

Children

Gets or sets a dictionary of folders.

Declaration
public List<string> Children { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

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[]>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) Talegen, LLC. All rights reserved.