C# Class subtitleMemorize.PreviewListModel.AtomicChange

Mostrar archivo Open project: ChangSpivey/SubtitleMemorize

Public Properties

Property Type Description
cardInfo CardInfo
changeType ChangeType
line int

Public Methods

Method Description
AtomicChange ( int line, CardInfo cardInfo, ChangeType changeType ) : System

Method Details

AtomicChange() public method

public AtomicChange ( int line, CardInfo cardInfo, ChangeType changeType ) : System
line int
cardInfo CardInfo
changeType ChangeType
return System

Property Details

cardInfo public_oe property

public CardInfo cardInfo
return CardInfo

changeType public_oe property

public ChangeType changeType
return ChangeType

line public_oe property

public int line
return int