Skip to content

XenAdoptionSolutionPlatformImage Class

Represents an OS image for a solution platform

Inheritance Hierarchy

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

Syntax

C

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

VB

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

The XenAdoptionSolutionPlatformImage 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) Indicates whether the current object is equal to another object of the same type. (Overrides Object.Equals(Object).)
Public methodEquals(XenAdoptionSolutionPlatformImage) Indicates whether the current object is equal to another object of the same type.
Public methodEquals(XenSolutionPlatformImage) Indicates whether the current object is equal to another object of the same type. (Overrides XenSolutionPlatformImage.Equals(XenSolutionPlatformImage).)
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 a property value changes.
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.XenAdoption Namespace

Was this article helpful?