Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
StoryTeller
Files
ChangeSet
C# Class StoryTeller.Files.ChangeSet
ファイルを表示
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