Class IPFilterInfo
Implements
Inherited Members
Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke.dll
Syntax
public class IPFilterInfo : BaseEntityInfo, IHydratable
Constructors
| Improve this Doc View SourceIPFilterInfo()
Initializes a new instance of the IPFilterInfo class.
Declaration
public IPFilterInfo()
IPFilterInfo(String, String, Int32)
Initializes a new instance of the IPFilterInfo class. Create new IPFilterInfo instance.
Declaration
public IPFilterInfo(string ipAddress, string subnetMask, int ruleType)
Parameters
Type | Name | Description |
---|---|---|
System.String | ipAddress | |
System.String | subnetMask | |
System.Int32 | ruleType |
Properties
| Improve this Doc View SourceIPAddress
Declaration
public string IPAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IPFilterID
Declaration
public int IPFilterID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
KeyID
Gets or sets and sets the Key ID.
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | KeyId of the IHydratable.Key. |
Remarks
| Improve this Doc View SourceRuleType
Declaration
public int RuleType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubnetMask
Declaration
public string SubnetMask { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFill(IDataReader)
Fills an IPFilterInfo from a Data Reader.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |
Remarks
Standard IHydratable.Fill implementation. KeyID