mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> ApplicationState >> IP_Restriction_Range

IP_Restriction_Range Class



Contains all the information about an IP restriction range, including notes, text to use for users that do not have access, and the collection of individual IP addresses


Namespace: SobekCM.Core.ApplicationState
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[DataContractAttribute]
public class IP_Restriction_Range

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.ApplicationState..::..IP_Restriction_Range

Constructors

  NameDescription
Public methodIP_Restriction_Range(Int32, String, String)
Constructor for a new instance of the IP_Restriction_Range class
Public methodIP_Restriction_Range(Int32, String, String, String)
Constructor for a new instance of the IP_Restriction_Range class

Methods

  NameDescription
Public methodAdd_IP_Address
Add a new IP address or contiguous IP addresses to this IP restrictive range
Public methodContains
Checks to see if the provided IP address is part of this IP restrictive range

Properties

  NameDescription
Public propertyItem_Restricted_Statement
Statement used when a user directly requests an item for which they do not the pre-requisite access
Public propertyNotes
Notes about this IP Restriction Range (for system admins)
Public propertyRangeID
Key for this IP Restriction Range, to which items are actually restricted
Public propertyTitle
Title for this IP Restriction Range

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )