private void SetInnerType(animateMotionType ContentField) { this.ContentField=((animateMotionType)(XTypedServices.GetCloneIfRooted(ContentField))); XTypedServices.SetName(this, this.ContentField); }
protected virtual void SetSubstitutionMember(animateMotionType ContentField) { this.ContentField=ContentField; }
public animateMotion(animateMotionType content) { SetInnerType(content); }