private void SetInnerType(GetDomainResponseType ContentField) { this.ContentField=((GetDomainResponseType)(XTypedServices.GetCloneIfRooted(ContentField))); XTypedServices.SetName(this, this.ContentField); }
/// <summary> /// <para> /// Returns the actual values for some property. In general this is a /// subset of the value domain (that is, set of permissible values), /// although in some cases these may be the same. /// </para> /// </summary> public GetDomainResponse(GetDomainResponseType content) { SetInnerType(content); }