Skip to content

XenAdoptionSolutionPlatform Class

Xen Adoption Solution platform with OS, additional parameters and applications

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolutionPlatform
    Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionSolutionPlatform
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 XenAdoptionSolutionPlatform : XenSolutionPlatform, 
    IEquatable<XenAdoptionSolutionPlatform>

VB

Public Class XenAdoptionSolutionPlatform
    Inherits XenSolutionPlatform
    Implements IEquatable(Of XenAdoptionSolutionPlatform)

The XenAdoptionSolutionPlatform type exposes the following members.

Properties

 

NameDescription
Public propertyAlternateImages Gets the alternate images. (Inherited from XenSolutionPlatform.)
Public propertyAlternateWin10Image Gets the alternate win10 image. (Overrides XenSolutionPlatform.AlternateWin10Image.)
Public propertyAlternateWin7Image Gets the alternate win7 image. (Overrides XenSolutionPlatform.AlternateWin7Image.)
Public propertyAlternateWin8Image Gets the alternate win8 image. (Overrides XenSolutionPlatform.AlternateWin8Image.)
Public propertyApplications Gets the applications. (Overrides XenSolutionPlatform.Applications.)
Public propertyAppV Gets a value indicating whether App-V is used. (Overrides XenSolutionPlatform.AppV.)
Public propertyDescription Gets the description. (Overrides XenSolutionPlatform.Description.)
Public propertyDesktopHostedOperatingSystems Gets the desktop hosted operating systems. (Overrides XenSolutionPlatform.DesktopHostedOperatingSystems.)
Public propertyError Gets a reason why platform is invalid. (Overrides XenSolutionPlatform.Error.)
Public propertyIdentifier Gets the identifier. (Overrides XenSolutionPlatform.Identifier.)
Public propertyImage Gets the image. (Overrides XenSolutionPlatform.Image.)
Public propertyIsTarget Gets a value indicating whether this instance is the target platform. (Overrides XenSolutionPlatform.IsTarget.)
Public propertyIsValid Gets a value indicating whether this instance is valid. (Overrides XenSolutionPlatform.IsValid.)
Public propertyName Gets the name. (Overrides XenSolutionPlatform.Name.)
Public propertyUseDesktopHostedModel Gets a value indicating whether desktop hosted model is to be used for deployment. (Overrides XenSolutionPlatform.UseDesktopHostedModel.)
Public propertyX64 Gets a value indicating whether this XenSolutionPlatform is 64-bit. (Overrides XenSolutionPlatform.X64.)
Public propertyXen Gets a value indicating whether this XenSolutionPlatform uses XenApp or XenDesktop. (Overrides XenSolutionPlatform.Xen.)
Public propertyXenVersion Gets the Xen version for the platform. (Overrides XenSolutionPlatform.XenVersion.)
  Back to Top

Methods

 

NameDescription
Public methodCreatePlatform Creates the platform.
Public methodEquals(Object) Indicates whether the current object is equal to another object of the same type. (Overrides Object.Equals(Object).)
Public methodEquals(XenAdoptionSolutionPlatform) Indicates whether the current object is equal to another object of the same type.
Public methodEquals(XenSolutionPlatform) Indicates whether the current object is equal to another object of the same type. (Overrides XenSolutionPlatform.Equals(XenSolutionPlatform).)
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 changed. (Inherited from XenSolutionPlatform.)
Public methodToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

Events

 

NameDescription
Public eventDeleted Occurs when the solution platform is deleted.
Public eventPropertyChanged Occurs when a property value changes. (Inherited from XenSolutionPlatform.)
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.XenAdoption Namespace

Was this article helpful?