コード例 #1
0
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlDateTimeType));
 }
コード例 #2
0
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlEnumerationType));
 }
コード例 #3
0
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlUnknownType));
 }
コード例 #4
0
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlComplexType));
 }
コード例 #5
0
 public bool CanGenerateCodeForType(XmlType xmlType)
 {
     return(xmlType.GetType() == typeof(XmlSimpleContentEnumerationComplexType));
 }