Example #1
0
 private void SetInnerType(animateMotionType ContentField)
 {
     this.ContentField=((animateMotionType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 protected virtual void SetSubstitutionMember(animateMotionType ContentField)
 {
     this.ContentField=ContentField;
 }
Example #3
0
 public animateMotion(animateMotionType content)
 {
     SetInnerType(content);
 }