C# Class StoryTeller.Files.ChangeSet

Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
Added List
Changed List
Deleted List

Public Methods

Method Description
Adds ( ) : ChangeSet
Changes ( ) : ChangeSet
Deletes ( ) : ChangeSet
HasChanges ( ) : bool
ToString ( ) : string

Method Details

Adds() public method

public Adds ( ) : ChangeSet
return ChangeSet

Changes() public method

public Changes ( ) : ChangeSet
return ChangeSet

Deletes() public method

public Deletes ( ) : ChangeSet
return ChangeSet

HasChanges() public method

public HasChanges ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Added public_oe property

public List Added
return List

Changed public_oe property

public List Changed
return List

Deleted public_oe property

public List Deleted
return List