Table of Contents

Class VideoControllers

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

Represents information about the video controllers installed in a machine.

public class VideoControllers : BypassSection
Inheritance
VideoControllers
Inherited Members

Constructors

VideoControllers()

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

public VideoControllers()

Properties

Items

Gets or sets the items in the collection.

public VideoControllerCollection Items { get; set; }

Property Value

VideoControllerCollection

Methods

FindById(string)

Returns the video controller with the specified device identifier, or null if no video controller with that identifier is found.

public VideoController FindById(string deviceId)

Parameters

deviceId string

The unique device identifier for the video controller - for example "VideoController1".

Returns

VideoController

The CENTREL.XIA.Configuration.Types.VideoController with the specified identifier, or null if no video controller with that identifier is found.

FromXml(string)

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

public static VideoControllers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

VideoControllers

A CENTREL.XIA.Configuration.Types.VideoControllers class.

ToString()

Returns the video controllers as a human readable string - for example "2 Video Controllers".

public override string ToString()

Returns

string

The video controllers as a human readable string.