Click or drag to resize
WebResourceStatus Class
This class contains status information about some kind of resource that an application is dependent on.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebResourceStatus

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 WebResourceStatus : WebData

The WebResourceStatus type exposes the following members.

Constructors
  NameDescription
Public methodWebResourceStatus
Initializes a new instance of the WebResourceStatus class
Top
Properties
  NameDescription
Public propertyAccessType
Type of access that the application needs to the resource. For example read, write or execute.
Public propertyAddress
Address of resource.
Public propertyInformation
Further information about the status or resource.
Public propertyName
Name of resource.
Public propertyResourceType
Type of resource.
Public propertyStatus
Status: True = OK and False = Some kind of problem.
Public propertyTime
Date and time when this status information was created.
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