Click or drag to resize
DataIdInt32List Class
List class for the IDataId32 interface.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListIDataId32
    ArtDatabanken.DataDataListIDataId32
      ArtDatabanken.DataDataId32ListIDataId32
        ArtDatabanken.DataDataIdInt32List

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class DataIdInt32List : DataId32List<IDataId32>

The DataIdInt32List type exposes the following members.

Constructors
  NameDescription
Public methodDataIdInt32List
Constructor for the DataIdInt32List class.
Public methodDataIdInt32List(Boolean)
Constructor for the DataIdInt32List class.
Top
Methods
  NameDescription
Public methodAdd
Adds an id to the end of the list.
Public methodAddRange
Adds the elements of the specified collection to the end of the list.
Public methodClone
Get a copy of this data id list.
Public methodGetInt32List
Get generic list.
Public methodMerge
Merge data object with this list. Only objects that are not already in the list are added to the list.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also