Ejemplo n.º 1
0
 private void SetInnerType(CapabilitiesType ContentField)
 {
     this.ContentField=((CapabilitiesType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// <para>
 /// This type extends ows:CapabilitiesBaseType defined in OGC-05-008 
 ///         to include information about supported OGC filter components. A 
 ///         profile may extend this type to describe additional capabilities.
 /// </para>
 /// </summary>
 public Capabilities(CapabilitiesType content)
 {
     SetInnerType(content);
 }