Class AppliedPenalty
Inheritance
System.Object
    AppliedPenalty
  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: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class AppliedPenalty
  Constructors
AppliedPenalty(PenaltyType, Int32)
Declaration
public AppliedPenalty(PenaltyType pt, int malus)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PenaltyType | pt | |
| System.Int32 | malus | 
AppliedPenalty(String, Int32)
Declaration
public AppliedPenalty(string filterName, int malus)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | filterName | |
| System.Int32 | malus | 
Fields
FilterName
Declaration
public string FilterName
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Malus
Declaration
public int Malus
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Type
Declaration
public PenaltyType Type
  Field Value
| Type | Description | 
|---|---|
| PenaltyType |