|
|
|
@ -37,33 +37,11 @@ public partial class TenantToTenantConfigurationMapper |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
[Mapper] |
|
|
|
[Mapper(RequiredMappingStrategy = RequiredMappingStrategy.Target)] |
|
|
|
public partial class TenantToTenantEtoMapper |
|
|
|
: MapperBase<Tenant, TenantEto> |
|
|
|
{ |
|
|
|
[MapperIgnoreSource(nameof(Tenant.ConnectionStrings))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.IsDeleted))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.NormalizedName))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.DeleterId))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.DeletionTime))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.LastModificationTime))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.LastModifierId))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.CreationTime))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.CreatorId))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.ExtraProperties))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.ConcurrencyStamp))] |
|
|
|
public override partial TenantEto Map(Tenant source); |
|
|
|
|
|
|
|
[MapperIgnoreSource(nameof(Tenant.ConnectionStrings))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.IsDeleted))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.NormalizedName))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.DeleterId))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.DeletionTime))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.LastModificationTime))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.LastModifierId))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.CreationTime))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.CreatorId))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.ExtraProperties))] |
|
|
|
[MapperIgnoreSource(nameof(Tenant.ConcurrencyStamp))] |
|
|
|
public override partial void Map(Tenant source, TenantEto destination); |
|
|
|
} |