Skip to content

XenSolutionPlatform Class

Solution platform with OS, additional parameters, applications

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolutionPlatform
    Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionSolutionPlatform
    Citrix.SDK.AppDNA.Solutions.XenUpgrade.XenUpgradeSolutionPlatform
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public abstract class XenSolutionPlatform : INotifyPropertyChanged, 
    IEquatable<XenSolutionPlatform>

VB

Public MustInherit Class XenSolutionPlatform
    Implements INotifyPropertyChanged, IEquatable(Of XenSolutionPlatform)

The XenSolutionPlatform type exposes the following members.

Constructors

 

NameDescription
Protected methodXenSolutionPlatform Initializes a new instance of the XenSolutionPlatform class
  Back to Top

Properties

 

NameDescription
Public propertyAlternateImages Gets the alternate images.
Public propertyAlternateWin10Image Gets the alternate win8 image.
Public propertyAlternateWin7Image Gets the alternate win7 image.
Public propertyAlternateWin8Image Gets the alternate win8 image.
Public propertyApplications Gets the applications.
Public propertyAppV Gets a value indicating whether App-V is used.
Public propertyDescription Gets the description.
Public propertyDesktopHostedOperatingSystems Gets the desktop hosted operating systems.
Public propertyError Gets a reason why this instance is invalid.
Public propertyIdentifier Gets the identifier.
Public propertyImage Gets the image.
Public propertyIsTarget Gets a value indicating whether this instance is target platform.
Public propertyIsValid Gets a value indicating whether this instance is valid.
Public propertyName Gets the name.
Public propertyUseDesktopHostedModel Gets a value indicating whether to use desktop hosted model for deployment.
Public propertyX64 Gets a value indicating whether this XenSolutionPlatform is 64-bit.
Public propertyXen Gets a value indicating whether this XenSolutionPlatform uses XenApp or XenDesktop.
Public propertyXenVersion Gets the xen version for platform.
  Back to Top

Methods

 

NameDescription
Public methodEquals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodEquals(XenSolutionPlatform) 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. (Inherited from Object.)
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.
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.Xen.Common Namespace

Was this article helpful?