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