C# Class Tripod.Actions.ChangeCommentPhotoAction

Inheritance: IPhotoAction
Afficher le fichier Open project: rubenv/tripod

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ApplyTo ( IPhoto photo ) : void
ChangeCommentPhotoAction ( string new_comment ) : System
InitializeWith ( IPhoto photo ) : void
UndoTo ( IPhoto photo ) : void

Method Details

ApplyTo() public méthode

public ApplyTo ( IPhoto photo ) : void
photo IPhoto
Résultat void

ChangeCommentPhotoAction() public méthode

public ChangeCommentPhotoAction ( string new_comment ) : System
new_comment string
Résultat System

InitializeWith() public méthode

public InitializeWith ( IPhoto photo ) : void
photo IPhoto
Résultat void

UndoTo() public méthode

public UndoTo ( IPhoto photo ) : void
photo IPhoto
Résultat void