London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MACRestriction

Inheritance
System.Object
MACRestriction
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing.RestrictionTypes
Assembly: EPiServer.Licensing.dll
Version: 11.20.7
Syntax
public sealed class MACRestriction : RestrictionEntry, ICloneable, IMachineRestriction

Constructors

MACRestriction()

Declaration
public MACRestriction()

MACRestriction(String)

Declaration
public MACRestriction(string address)
Parameters
Type Name Description
System.String address

Properties

Address

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

Description

Declaration
public override string Description { get; }
Property Value
Type Description
System.String
Overrides

Methods

Clone()

Declaration
public override object Clone()
Returns
Type Description
System.Object
Overrides

InternalValidate()

Declaration
protected override ValidationResult InternalValidate()
Returns
Type Description
ValidationResult
Overrides

Setup()

Declaration
public override void Setup()
Overrides

Implements

System.ICloneable

Extension Methods