Show / Hide Table of Contents

Class MatchRule

Inheritance
object
MatchRule
Implements
IMatchRule
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke.dll
Syntax
public class MatchRule : IMatchRule, IHydratable

Constructors

MatchRule()

Declaration
public MatchRule()

Properties

Capability

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

Expression

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

Id

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

KeyID

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

Methods

Fill(IDataReader)

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

Implements

IMatchRule
IHydratable

Extension Methods

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