Click or drag to resize

XDataDictionary Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents a dictionary of XData.
Inheritance Hierarchy
SystemObject
  netDxf.CollectionsXDataDictionary

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public sealed class XDataDictionary : IDictionary<string, XData>, 
	ICollection<KeyValuePair<string, XData>>, IEnumerable<KeyValuePair<string, XData>>, 
	IEnumerable
Request Example View Source

The XDataDictionary type exposes the following members.

Constructors
  NameDescription
Public methodXDataDictionary
Initializes a new instance of XDataDictionary.
Public methodXDataDictionary(Int32)
Initializes a new instance of XDataDictionary and has the specified initial capacity.
Public methodXDataDictionary(IEnumerableXData)
Initializes a new instance of XDataDictionary and has the specified items.
Top
Properties
  NameDescription
Public propertyAppIds
Gets an ICollection containing the application registry names of the current dictionary.
Public propertyCount
Gets the number of extended data contained in the current dictionary.
Public propertyIsReadOnly
Gets a value indicating whether the actual dictionary is read-only.
Public propertyItem
Gets or sets the extended data with the specified application registry name.
Public propertyValues
Gets an ICollection containing the extended data list of the current dictionary.
Top
Methods
  NameDescription
Public methodAdd
Adds an extended data to the current dictionary.
Public methodAddRange
Adds a list of extended data to the current dictionary.
Public methodClear
Removes all extended data from the current dictionary.
Public methodContainsAppId
Determines whether current dictionary contains an extended data with the specified application registry name.
Public methodContainsValue
Determines whether current dictionary contains a specified extended data.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes an extended data with the specified application registry name from the current dictionary.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the extended data associated with the specified application registry name.
Top
Events
  NameDescription
Public eventAddAppReg
Public eventRemoveAppReg
Top
See Also