C# Class Signum.Entities.Modifiable

Exibir arquivo Open project: signumsoftware/framework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SetCleanModified ( bool isSealed ) : void

Protected Methods

Method Description
PostRetrieving ( ) : void
PreSaving ( bool &graphModified ) : void
SetSelfModified ( ) : void

Method Details

PostRetrieving() protected method

protected PostRetrieving ( ) : void
return void

PreSaving() protected method

protected PreSaving ( bool &graphModified ) : void
graphModified bool
return void

SetCleanModified() public method

public SetCleanModified ( bool isSealed ) : void
isSealed bool
return void

SetSelfModified() protected method

protected SetSelfModified ( ) : void
return void