IP_Restriction_Ranges Class
Contains all of the IP ranges which may be used to restrict access
to digital resources within this library
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class IP_Restriction_Ranges : iSerializationEvents |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Populate_IP_Ranges | Populates this IP_Restriction range information with all of the IP Restriction ranges for this library |
| PostUnSerialization | Method is called by the serializer after this item is unserialized |
| Restrictive_Range_Membership | Gets the bitwise mask of IP restrictive ranges to which this IP address belongs |
Properties
| Name | Description |
---|
| Count | Number of IP restriction ranges included in this collection |
| IpRanges | Collection of all the IP restriction ranges |
| Item | Gets an IP restriction range by rangeID from this collection |
See Also