Example #1
0
 private void CloneProperties(object aClone)
 {
     Articy.Asylumjame.Features.ChapterFeaturesFeature newClone = ((Articy.Asylumjame.Features.ChapterFeaturesFeature)(aClone));
     if ((mChapterImage != null))
     {
         newClone.mChapterImage = ((ArticyValueArticyObject)(mChapterImage.CloneObject()));
     }
 }
Example #2
0
 public object CloneObject()
 {
     Articy.Asylumjame.Features.ChapterFeaturesFeature clone = new Articy.Asylumjame.Features.ChapterFeaturesFeature();
     CloneProperties(clone);
     return(clone);
 }