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