Skip to content

XenUpgradeSolutionPlatformImage Class

Represents OS image for solution platform

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolutionPlatformImage
    Citrix.SDK.AppDNA.Solutions.XenUpgrade.XenUpgradeSolutionPlatformImage
Namespace: Citrix.SDK.AppDNA.Solutions.XenUpgrade
Assembly: Citrix.SDK.AppDNA.Solutions.XenUpgrade (in Citrix.SDK.AppDNA.Solutions.XenUpgrade.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public class XenUpgradeSolutionPlatformImage : XenSolutionPlatformImage, 
    INotifyPropertyChanged, IEquatable<XenUpgradeSolutionPlatformImage>

VB

Public Class XenUpgradeSolutionPlatformImage
    Inherits XenSolutionPlatformImage
    Implements INotifyPropertyChanged, IEquatable(Of XenUpgradeSolutionPlatformImage)

The XenUpgradeSolutionPlatformImage type exposes the following members.

Properties

 

NameDescription
Public propertyImageIdentifier Gets the image identifier. (Overrides XenSolutionPlatformImage.ImageIdentifier.)
Public propertyOsFamilyName Gets the name of the OS family. (Overrides XenSolutionPlatformImage.OsFamilyName.)
  Back to Top

Methods

 

NameDescription
Public methodClone Clones this instance. (Overrides XenSolutionPlatformImage.Clone().)
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)
Public methodEquals(XenSolutionPlatformImage) Indicates whether the current object is equal to another object of the same type. (Overrides XenSolutionPlatformImage.Equals(XenSolutionPlatformImage).)
Public methodEquals(XenUpgradeSolutionPlatformImage) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnPropertyChanged Called when property is changed.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

NameDescription
Public eventPropertyChanged Occurs when a property value changes.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace

Was this article helpful?