Show / Hide Table of Contents

Class ResourceSection

Container to hold the Resources: section during template deserialization

Inheritance
Object
Dictionary<String, Resource>
ResourceSection
Implements
IDictionary<String, Resource>
ICollection<KeyValuePair<String, Resource>>
IReadOnlyDictionary<String, Resource>
IReadOnlyCollection<KeyValuePair<String, Resource>>
IEnumerable<KeyValuePair<String, Resource>>
IDictionary
ICollection
IEnumerable
IDeserializationCallback
ISerializable
ITemplateSection
Inherited Members
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
Dictionary<String, Resource>.Add(String, Resource)
Dictionary<String, Resource>.Clear()
Dictionary<String, Resource>.ContainsKey(String)
Dictionary<String, Resource>.ContainsValue(Resource)
Dictionary<String, Resource>.GetEnumerator()
Dictionary<String, Resource>.GetObjectData(SerializationInfo, StreamingContext)
Dictionary<String, Resource>.OnDeserialization(Object)
Dictionary<String, Resource>.Remove(String)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>>.Add(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>>.Contains(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>>.Remove(System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>)
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>>.GetEnumerator()
Dictionary<String, Resource>.ICollection.CopyTo(Array, Int32)
Dictionary<String, Resource>.IDictionary.Add(Object, Object)
Dictionary<String, Resource>.IDictionary.Contains(Object)
Dictionary<String, Resource>.IDictionary.GetEnumerator()
Dictionary<String, Resource>.IDictionary.Remove(Object)
Dictionary<String, Resource>.IEnumerable.GetEnumerator()
Dictionary<String, Resource>.TryGetValue(String, Resource)
Dictionary<String, Resource>.Comparer
Dictionary<String, Resource>.Count
Dictionary<String, Resource>.Item[String]
Dictionary<String, Resource>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.IDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.IDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.Values
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.IReadOnlyDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.Keys
System.Collections.Generic.Dictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.System.Collections.Generic.IReadOnlyDictionary<System.String, Firefly.CloudFormationParser.TemplateObjects.Resource>.Values
Dictionary<String, Resource>.ICollection.IsSynchronized
Dictionary<String, Resource>.ICollection.SyncRoot
Dictionary<String, Resource>.IDictionary.IsFixedSize
Dictionary<String, Resource>.IDictionary.IsReadOnly
Dictionary<String, Resource>.IDictionary.Item[Object]
Dictionary<String, Resource>.IDictionary.Keys
Dictionary<String, Resource>.IDictionary.Values
Dictionary<String, Resource>.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 ResourceSection : Dictionary<string, Resource>, IDictionary<string, Resource>, ICollection<KeyValuePair<string, Resource>>, IReadOnlyDictionary<string, Resource>, IReadOnlyCollection<KeyValuePair<string, Resource>>, IEnumerable<KeyValuePair<string, Resource>>, 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