This documentation is archived and is not being maintained.

DeviceSpecificChoice Members

Provides a single choice within a DeviceSpecific/Choice construct.

The DeviceSpecificChoice type exposes the following members.

  NameDescription
Public method DeviceSpecificChoice Initializes a new instance of the DeviceSpecificChoice class.
Top

  NameDescription
Protected method AddParsedSubObject Adds the Object to the DeviceSpecificChoice object's Templates object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetAttribute Returns the specified attribute from the DeviceSpecificChoice object.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SetAttribute Assigns the given value to the attribute specified by the key.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Argument Gets or sets the argument used for a Filter property. The default value is nullptr.
Public property Contents Gets the overridden properties defined for a choice in a DeviceSpecific/Choice construct.
Public property Filter Gets or sets the name of a device filter.
Public property HasTemplates Gets a value indicating whether the currently selected choice in the <DeviceSpecific> element has templates defined within it.
Public property Templates Gets the templates that have been defined in the <Choice> element.
Public property Xmlns Gets or sets the type of markup in a <Choice> element.
Top

  NameDescription
Explicit interface implemetation Private method IParserAccessor::AddParsedSubObject Infrastructure. For a description of this member, see IParserAccessor::AddParsedSubObject.
Explicit interface implemetation Private method IAttributeAccessor::GetAttribute Infrastructure. For a description of this member, see IAttributeAccessor::GetAttribute.
Explicit interface implemetation Private method IAttributeAccessor::SetAttribute Infrastructure. For a description of this member, see IAttributeAccessor::SetAttribute.
Top
Show: