Show / Hide Table of Contents

Class OutputSection

Container to hold the Outputs: section during template deserialization

Inheritance
Object
Dictionary<String, Output>
OutputSection
Implements
IDictionary<String, Output>
ICollection<KeyValuePair<String, Output>>
IReadOnlyDictionary<String, Output>
IReadOnlyCollection<KeyValuePair<String, Output>>
IEnumerable<KeyValuePair<String, Output>>
IDictionary
ICollection
IEnumerable
IDeserializationCallback
ISerializable
ITemplateSection
Inherited Members
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
Dictionary<String, Output>.Add(String, Output)
Dictionary<String, Output>.Clear()
Dictionary<String, Output>.ContainsKey(String)
Dictionary<String, Output>.ContainsValue(Output)
Dictionary<String, Output>.GetEnumerator()
Dictionary<String, Output>.GetObjectData(SerializationInfo, StreamingContext)
Dictionary<String, Output>.OnDeserialization(Object)
Dictionary<String, Output>.Remove(String)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.Add(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.Contains(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.Remove(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.GetEnumerator()
Dictionary<String, Output>.ICollection.CopyTo(Array, Int32)
Dictionary<String, Output>.IDictionary.Add(Object, Object)
Dictionary<String, Output>.IDictionary.Contains(Object)
Dictionary<String, Output>.IDictionary.GetEnumerator()
Dictionary<String, Output>.IDictionary.Remove(Object)
Dictionary<String, Output>.IEnumerable.GetEnumerator()
Dictionary<String, Output>.TryGetValue(String, Output)
Dictionary<String, Output>.Comparer
Dictionary<String, Output>.Count
Dictionary<String, Output>.Item[String]
Dictionary<String, Output>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Values
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IReadOnlyDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.System.Collections.Generic.IReadOnlyDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Output>.Values
Dictionary<String, Output>.ICollection.IsSynchronized
Dictionary<String, Output>.ICollection.SyncRoot
Dictionary<String, Output>.IDictionary.IsFixedSize
Dictionary<String, Output>.IDictionary.IsReadOnly
Dictionary<String, Output>.IDictionary.Item[Object]
Dictionary<String, Output>.IDictionary.Keys
Dictionary<String, Output>.IDictionary.Values
Dictionary<String, Output>.Values
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Firefly.CloudFormationParser.TemplateObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class OutputSection : Dictionary<string, Output>, IDictionary<string, Output>, ICollection<KeyValuePair<string, Output>>, IReadOnlyDictionary<string, Output>, IReadOnlyCollection<KeyValuePair<string, Output>>, IEnumerable<KeyValuePair<string, Output>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, ITemplateSection

Properties

| Improve this Doc View Source

Context

Gets the deserialization context.

Declaration
public DeserializationContext Context { get; }
Property Value
Type Description
DeserializationContext

The context.

Implements

System.Collections.Generic.IDictionary<TKey,TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
ITemplateSection

See Also

ITemplateSection
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX