Click or drag to resize
AccessModel Class
Describes the properties of an Access object.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSite.WebAdminModelsAccessModel

Namespace: VirtualRadar.Interface.WebSite.WebAdminModels
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AccessModel

The AccessModel type exposes the following members.

Constructors
  NameDescription
Public methodAccessModel
Creates a new object.
Public methodAccessModel(Access)
Creates an object from an existing Access.
Top
Properties
  NameDescription
Public propertyAddresses
Gets a list of addresses.
Public propertyDefaultAccess
Gets or sets the numeric value of a DefaultAccess enum.
Top
Methods
  NameDescription
Public methodCopyToSettings
Overwrites an Access with values from the model's properties.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefreshFromSettings
Copies the values of an existing Access.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also