Click or drag to resize

LocalUserEntityRepositoryInsert Method

Insert the user entity

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public override UserEntity Insert(
	UserEntity entity
)

Parameters

entity
Type: SanteDB.Core.Model.EntitiesUserEntity

[Missing <param name="entity"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalUserEntityRepository.Insert(SanteDB.Core.Model.Entities.UserEntity)"]

Return Value

Type: UserEntity

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalUserEntityRepository.Insert(SanteDB.Core.Model.Entities.UserEntity)"]

Implements

IRepositoryServiceTModelInsert(TModel)
See Also