public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlDateTimeType));
 }
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlEnumerationType));
 }
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlUnknownType));
 }
Exemplo n.º 4
0
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlComplexType));
 }
Exemplo n.º 5
0
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlSimpleContentEnumerationComplexType));
 }