Class MatchRule
Assembly: DotNetNuke.dll
Syntax
public class MatchRule : IMatchRule, IHydratable
Constructors
MatchRule()
Declaration
Properties
Capability
Declaration
public string Capability { get; set; }
Property Value
Expression
Declaration
public string Expression { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods