Table of Contents

Class XenDesktopAdministratorScopedObject

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an object that is referenced by a scope.

public class XenDesktopAdministratorScopedObject : GlobalSerializableClassicBase, IComparable<XenDesktopAdministratorScopedObject>
Inheritance
XenDesktopAdministratorScopedObject
Implements

Constructors

XenDesktopAdministratorScopedObject()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScopedObject class.

public XenDesktopAdministratorScopedObject()

Properties

CollectionDisplayField

Gets the display field to use for the data comparer.

[Browsable(false)]
public string CollectionDisplayField { get; }

Property Value

string

Description

Gets or sets the description of the object being referenced by the scope.

public string Description { get; set; }

Property Value

string

ObjectId

Gets or sets the unique identifier for the object being referenced in GUID format – for example "31ba0fe2-dd1c-4bbc-8523-61195f9bb973".

public string ObjectId { get; set; }

Property Value

string

ObjectName

Gets or sets the name of the object being referenced.

public string ObjectName { get; set; }

Property Value

string

ObjectType

Gets or sets the type of object being referenced.

public XenDesktopAdministratorScopedObjectType ObjectType { get; set; }

Property Value

XenDesktopAdministratorScopedObjectType

ObjectTypeString

Gets the type of object being referenced as a human readable string - for example "Machine Catalog".

public string ObjectTypeString { get; set; }

Property Value

string

Methods

CompareTo(XenDesktopAdministratorScopedObject)

Compares two scoped objects to allow sorting alphabetically by object name.

public int CompareTo(XenDesktopAdministratorScopedObject other)

Parameters

other XenDesktopAdministratorScopedObject

The scoped object to compare to.

Returns

int

The sort order of the two scoped objects.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScopedObject class from the specified XML.

public static XenDesktopAdministratorScopedObject FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopAdministratorScopedObject

A CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScopedObject class.

ToString()

Returns the scoped object as a human readable string.

public override string ToString()

Returns

string

The scoped object as a human readable string.