Leadtools.Medical.Workstation Namespace : ModalityOptionsCollection Class |
The following tables list the members exposed by ModalityOptionsCollection.
Name | Description | |
---|---|---|
ModalityOptionsCollection Constructor | Initializes a new instance of the ModalityOptionsCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements in the ModalityOptionsCollection. | |
IsReadOnly | Gets a value that indicates whether the ModalityOptionsCollection is Read Only. | |
Item | Gets or sets the ModalityOptions for the specified Leadtools.Dicom.Common.DataTypes.ModalityType. | |
Keys | Gets an System.Collections.ICollection containing the keys for the ModalityOptionsCollection. | |
Values | Gets an System.Collections.ICollection containing the values for the ModalityOptionsCollection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a ModalityOptions value for the provided Leadtools.Dicom.Common.DataTypes.ModalityType | |
Clear | Removes all of the objects from the ModalityOptionsCollection. | |
Contains | Determines if the given key value pair is contained within this ModalityOptionsCollection. | |
ContainsKey | Determines if the specified key is contained within this ModalityOptionsCollection. | |
CopyTo | Copies all of the items in the ModalityOptionsCollection to the specified one-dimensional array starting at the specified index. | |
GetEnumerator | Returns a generic enumerator that can iterate through the ModalityOptionsCollection. | |
GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. | |
ReadXml | Generates a ModalityOptionsCollection object from its XML representation. | |
Remove | Overloaded. Removes the specified KeyValuePair from the ModalityOptionsCollection. | |
TryGetValue | Gets the ModalityOptions value for the specified Leadtools.Dicom.Common.DataTypes.ModalityType. | |
WriteXml | Converts the ModalityOptionsCollection object to an XML representation. |