Show / Hide Table of Contents

Class IPFilterInfo

Inheritance
object
BaseEntityInfo
IPFilterInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke.dll
Syntax
public class IPFilterInfo : BaseEntityInfo, IHydratable

Constructors

IPFilterInfo()

Declaration
public IPFilterInfo()

IPFilterInfo(string, string, int)

Declaration
public IPFilterInfo(string ipAddress, string subnetMask, int ruleType)
Parameters
Type Name Description
string ipAddress
string subnetMask
int ruleType

Properties

IPAddress

Declaration
public string IPAddress { get; set; }
Property Value
Type Description
string

IPFilterID

Declaration
public int IPFilterID { get; set; }
Property Value
Type Description
int

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

Notes

Declaration
public string Notes { get; set; }
Property Value
Type Description
string

RuleType

Declaration
public int RuleType { get; set; }
Property Value
Type Description
int

SubnetMask

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

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS