Skip to content

IXenServer(TXenSolution, TXenSolutionEditor) Interface

Xen solution SDK's core object

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 interface IXenServer<out TXenSolution, out TXenSolutionEditor>
where TXenSolution : XenSolution
where TXenSolutionEditor : XenSolutionEdit

VB

Public Interface IXenServer(Of Out TXenSolution As XenSolution, Out TXenSolutionEditor As XenSolutionEdit)

Type Parameters

 

TXenSolution
The type of the xen solution.
TXenSolutionEditor
The type of the object than can be used to track editing.
  The IXenServer(TXenSolution, TXenSolutionEditor) type exposes the following members.

Properties

 

NameDescription
Public propertyApplication Gets an object that provides functionality related to Application objects.
Public propertyOsImage Gets an object that provides functionality related to OsImage objects.
Public propertyReport Gets an object that provides functionality related to Report objects.
Public propertyReportConfiguration Gets an object that provides functionality related to ReportConfiguration objects.
Public propertyServerUrl Gets the server URL.
Public propertyXenSolution Gets an object that provides functionality related to XenSolution objects.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace

Was this article helpful?