Class NotCommercialRestriction
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.7Syntax
public sealed class NotCommercialRestriction : RestrictionEntry, ICloneable
Constructors
NotCommercialRestriction()
Declaration
public NotCommercialRestriction()
Properties
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