Back to Website
Show / Hide Table of Contents

Class StreamTemplateStorage

Inheritance
System.Object
StreamTemplateStorage
Implements
ITemplateStorage
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()
Namespace: Aurigma.DesignAtoms.Convert.TemplateStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class StreamTemplateStorage : ITemplateStorage

Constructors

StreamTemplateStorage(Dictionary<String, Stream>)

Declaration
public StreamTemplateStorage(Dictionary<string, Stream> streams)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<System.String, System.IO.Stream> streams

StreamTemplateStorage(String, Stream)

Declaration
public StreamTemplateStorage(string name, Stream stream)
Parameters
Type Name Description
System.String name
System.IO.Stream stream

Methods

GetMetadata(TemplateImageType, String)

Declaration
public TemplateImageMetadata GetMetadata(TemplateImageType type, string name)
Parameters
Type Name Description
TemplateImageType type
System.String name
Returns
Type Description
TemplateImageMetadata

GetStream(TemplateImageType, String)

Declaration
public Stream GetStream(TemplateImageType type, string name)
Parameters
Type Name Description
TemplateImageType type
System.String name
Returns
Type Description
System.IO.Stream

IsExists(TemplateImageType, String)

Declaration
public bool IsExists(TemplateImageType type, string name)
Parameters
Type Name Description
TemplateImageType type
System.String name
Returns
Type Description
System.Boolean

Implements

ITemplateStorage
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback