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

Inheritance: IAppclusiveTenantHeader
Afficher le fichier Open project: dfensgmbh/biz.dfch.CS.Appclusive.Api

Méthodes publiques

Méthode 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 méthode

public AttachIfNeeded ( object entity ) : void
entity object
Résultat void

AttachIfNeeded() public méthode

public AttachIfNeeded ( string entitySetName, object entity ) : void
entitySetName string
entity object
Résultat void

HasPendingChanges() public méthode

public HasPendingChanges ( ) : bool
Résultat bool

HasPendingEntityChanges() public méthode

public HasPendingEntityChanges ( ) : bool
Résultat bool

HasPendingLinkChanges() public méthode

public HasPendingLinkChanges ( ) : bool
Résultat bool

RevertEntityState() public méthode

public RevertEntityState ( object entity ) : void
entity object
Résultat void