Class HotFixUpdateManifest
Inheritance
System.Object
HotFixUpdateManifest
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: ArtOfTest.WebAii.Design.HotFixUpdate
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class HotFixUpdateManifest
Constructors
HotFixUpdateManifest()
Declaration
public HotFixUpdateManifest()
Fields
ReleaseAssemblies
Declaration
public Dictionary<string, Dictionary<string, string>> ReleaseAssemblies
Field Value
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.String>>
|