Class TerminalServerRemoteAppApplicationCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of RemoteApp applications.
public class TerminalServerRemoteAppApplicationCollection : Collection<TerminalServerRemoteAppApplication>, IList<TerminalServerRemoteAppApplication>, ICollection<TerminalServerRemoteAppApplication>, IList, ICollection, IReadOnlyList<TerminalServerRemoteAppApplication>, IReadOnlyCollection<TerminalServerRemoteAppApplication>, IEnumerable<TerminalServerRemoteAppApplication>, IEnumerable
- Inheritance
-
TerminalServerRemoteAppApplicationCollection
- Implements
- Inherited Members
Constructors
TerminalServerRemoteAppApplicationCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplicationCollection class.
public TerminalServerRemoteAppApplicationCollection()
Methods
Exists(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplication with the specified identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplication to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplication with the specified identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplication with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplication with that identifier is found.
public TerminalServerRemoteAppApplication FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplication to locate.
Returns
- TerminalServerRemoteAppApplication
The CENTREL.XIA.Configuration.Types.TerminalServerRemoteAppApplication with the specified identifier.
Sort()
Sorts the values in order of application name.
public void Sort()