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¶
Name | Description | |
---|---|---|
![]() | ImageIdentifier | Gets the image identifier. (Overrides XenSolutionPlatformImage.ImageIdentifier.) |
![]() | OsFamilyName | Gets the name of the OS family. (Overrides XenSolutionPlatformImage.OsFamilyName.) |
Methods¶
Name | Description | |
---|---|---|
![]() | Clone | Clones this instance. (Overrides XenSolutionPlatformImage.Clone().) |
![]() | Equals(Object) | Indicates whether the current object is equal to another object of the same type. (Overrides Object.Equals(Object).) |
![]() | Equals(XenAdoptionSolutionPlatformImage) | Indicates whether the current object is equal to another object of the same type. |
![]() | Equals(XenSolutionPlatformImage) | Indicates whether the current object is equal to another object of the same type. (Overrides XenSolutionPlatformImage.Equals(XenSolutionPlatformImage).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnPropertyChanged | Called when a property value changes. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |