Class ViolationSettings
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ViolationSettings
Inheritance: System.Object -> ViolationSettings
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ViolationSettings
public ViolationSettings()
ViolationSettings
public ViolationSettings(bool defaultValue)
Properties
AllowSafetyLines
public bool AllowSafetyLines { get; set; }
AllowBleedArea
public bool AllowBleedArea { get; set; }
AllowRegion
public bool AllowRegion { get; set; }
Methods
Equals
protected bool Equals(ViolationSettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.ViolationSettings | other |
Returns
System.Boolean
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
DeepClone<TViolationSettings>
public virtual TViolationSettings DeepClone<TViolationSettings>(TViolationSettings clone = null)
where TViolationSettings : ViolationSettings
Parameters
| Type | Name | Description |
|---|---|---|
<TViolationSettings> | clone |
Returns
<TViolationSettings>
Clone
public ViolationSettings Clone()
Returns
Aurigma.DesignAtoms.Model.Items.ViolationSettings
OnPropertyChanged
[NotifyPropertyChangedInvocator]
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | propertyName |
Events
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged