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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Private Properties

Свойство Type Description
item_PropertyChanged void

Méthodes publiques

Méthode Description
DoActionAfterLoad ( ) : void
ItemStoryRelationModel ( ) : System
ItemStoryRelationModel ( int itemId, int storyId ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
item_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

DoActionAfterLoad() public méthode

public DoActionAfterLoad ( ) : void
Résultat void

ItemStoryRelationModel() public méthode

public ItemStoryRelationModel ( ) : System
Résultat System

ItemStoryRelationModel() public méthode

public ItemStoryRelationModel ( int itemId, int storyId ) : System
itemId int
storyId int
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void