Пример #1
0
 private void SetInnerType(SV_PlatformSpecificServiceSpecification_Type ContentField) {
     this.ContentField = ((SV_PlatformSpecificServiceSpecification_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Пример #2
0
 public SV_PlatformSpecificServiceSpecification(SV_PlatformSpecificServiceSpecification_Type content) : 
         base(true) {
     SetInnerType(content);
 }