Class MACRestriction
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.7Syntax
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