Skip to main content

Class StaticStorage

Namespace: Aurigma.DesignAtoms.Storage.StaticStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class StaticStorage : IStaticStorage

Inheritance: System.Object -> StaticStorage

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

StaticStorage

public StaticStorage(IConfiguration configuration, ISourceImageParamsReader imageParamsReader)

Methods

GetReadStream

public Stream GetReadStream(string staticStorageId)
Parameters
TypeNameDescription
System.StringstaticStorageId
Returns

System.IO.Stream

FileExists

public bool FileExists(string staticStorageId)
Parameters
TypeNameDescription
System.StringstaticStorageId
Returns

System.Boolean

Was this page helpful?