• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class IPFilterInfo

Inheritance
System.Object
BaseEntityInfo
IPFilterInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke.dll
Syntax
public class IPFilterInfo : BaseEntityInfo, IHydratable

Constructors

| Improve this Doc View Source

IPFilterInfo()

Initializes a new instance of the IPFilterInfo class.

Declaration
public IPFilterInfo()
| Improve this Doc View Source

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 Source

IPAddress

Declaration
public string IPAddress { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IPFilterID

Declaration
public int IPFilterID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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

Fill(IDataReader)

| Improve this Doc View Source

RuleType

Declaration
public int RuleType { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SubnetMask

Declaration
public string SubnetMask { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Fill(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

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS