Show / Hide Table of Contents

Class ModuleUpgrade

Inheritance
System.Object
ModuleUpgrade
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: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
public class ModuleUpgrade

Constructors

ModuleUpgrade()

Declaration
public ModuleUpgrade()

Properties

Module

Declaration
[DataMember]
public Module Module { get; set; }
Property Value
Type Description
Module

ModuleUpgrades

Declaration
[DataMember]
public List<ModuleUpgradeInfo> ModuleUpgrades { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ModuleUpgradeInfo>
Back to top Copyright © 2019 Composable Analytics, Inc.