ClassCodeMSI
Class
Represents the CodeMSI symbology type.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class CodeMSI : Symbology1DBase
Inheritance: objectInheritanceContextPropagatorSymbologyBaseSymbology1DBaseCodeMSI
Inherited Members
Constructors
CodeMSI()
Declaration
cs-api-definition
public CodeMSI()
Fields
ChecksumAlgorithmProperty
Registers the CheckSumAlgorithm dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ChecksumAlgorithmProperty
Field Value
DependencyProperty
Properties
ChecksumAlgorithm
Gets or sets the algorithm for generating the checksum digit.
Declaration
cs-api-definition
public CheckMSI ChecksumAlgorithm { get; set; }
Property Value
Methods
OnSymbologyModelPropertyChanged(string)
Occurs when a property of the symbology model changes.
Declaration
cs-api-definition
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
cs-api-definition
protected override void OnSymbologyPropertyChanged()
Overrides