C# (CSharp) SIL.FieldWorks.FDO.DomainServices.DataMigration DomainObjectDTO - 60 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de SIL.FieldWorks.FDO.DomainServices.DataMigration.DomainObjectDTO extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
Relacionados
Related in langs
Class to be used as the Data Transfer Object (DTO) between BEP-land and Data Migration-land (DM-land). (DTOs move data from point A to point B, but have no behavior.) An instance of DomainObjectDTO will represent one ICmObject of some class, but will be able to 'live' in an older model version and a newer model version during a data migration, where a real ICmObject could not. Instances of this object will be available to DM-land via a special Repository.