Click or drag to resize
WebReference Class
This class represents a reference.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebReference : WebData

The WebReference type exposes the following members.

Constructors
  NameDescription
Public methodWebReference
Initializes a new instance of the WebReference class
Top
Properties
  NameDescription
Public propertyId
Id for this reference.
Public propertyIsModifiedDateSpecified
Indicates if property ModifiedDate has a value or not.
Public propertyIsYearSpecified
Indicates if property Year has a value or not.
Public propertyModifiedBy
Name of the person that made the last update of this reference.
Public propertyModifiedDate
Date when the reference was last updated. Property IsModifiedDateSpecified indicates if this property has a value or not.
Public propertyName
Name for this reference.
Public propertyTitle
Title for the reference.
Public propertyYear
Year for this reference. Property IsYearSpecified indicates if this property has a value or not.
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