Exemplo n.º 1
0
 private void SetInnerType(GetRecordByIdType ContentField)
 {
     this.ContentField=((GetRecordByIdType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemplo n.º 2
0
 /// <summary>
 /// <para>
 /// 
 ///            Convenience operation to retrieve default record representations 
 ///            by identifier.
 ///            Id - object identifier (a URI) that provides a reference to a 
 ///                 catalogue item (or a result set if the catalogue supports 
 ///                 persistent result sets).
 ///            ElementSetName - one of "brief, "summary", or "full"
 ///         
 /// </para>
 /// </summary>
 public GetRecordById(GetRecordByIdType content)
 {
     SetInnerType(content);
 }