C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Relation.ItemStoryRelationModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kienaiProject/ArtOfWords Class Usage Examples

Private Properties

Property Type Description
item_PropertyChanged void

Public Methods

Method Description
DoActionAfterLoad ( ) : void
ItemStoryRelationModel ( ) : System
ItemStoryRelationModel ( int itemId, int storyId ) : System

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
item_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

DoActionAfterLoad() public method

public DoActionAfterLoad ( ) : void
return void

ItemStoryRelationModel() public method

public ItemStoryRelationModel ( ) : System
return System

ItemStoryRelationModel() public method

public ItemStoryRelationModel ( int itemId, int storyId ) : System
itemId int
storyId int
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void