C# 클래스 OIShoppingListWinPhone.DataModel.ShoppingListItem

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: openintents/shoppinglist_winphone 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NotifyPropertyChanged void
NotifyPropertyChanging void
UpdateItemPrice void

공개 메소드들

메소드 설명
ShoppingListItem ( ) : System
UpdateItemPriceBindingTargets ( ) : void

Method for updating item price binding targets

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String propertyName ) : void
NotifyPropertyChanging ( String propertyName ) : void
UpdateItemPrice ( ) : void

Method for updating item price

메소드 상세

ShoppingListItem() 공개 메소드

public ShoppingListItem ( ) : System
리턴 System

UpdateItemPriceBindingTargets() 공개 메소드

Method for updating item price binding targets
public UpdateItemPriceBindingTargets ( ) : void
리턴 void