C# Class biz.dfch.CS.Appclusive.Api.ContractClassForIAppclusiveTenantHeader

Inheritance: IAppclusiveTenantHeader
Mostra file Open project: dfensgmbh/biz.dfch.CS.Appclusive.Api

Public Methods

Method Description
AttachIfNeeded ( object entity ) : void
AttachIfNeeded ( string entitySetName, object entity ) : void
HasPendingChanges ( ) : bool
HasPendingEntityChanges ( ) : bool
HasPendingLinkChanges ( ) : bool
RevertEntityState ( object entity ) : void

Method Details

AttachIfNeeded() public method

public AttachIfNeeded ( object entity ) : void
entity object
return void

AttachIfNeeded() public method

public AttachIfNeeded ( string entitySetName, object entity ) : void
entitySetName string
entity object
return void

HasPendingChanges() public method

public HasPendingChanges ( ) : bool
return bool

HasPendingEntityChanges() public method

public HasPendingEntityChanges ( ) : bool
return bool

HasPendingLinkChanges() public method

public HasPendingLinkChanges ( ) : bool
return bool

RevertEntityState() public method

public RevertEntityState ( object entity ) : void
entity object
return void