Class XmlSchemaValidationCheckDetails
Check details for an XML schema validation result
Inheritance
System.Object
XmlSchemaValidationCheckDetails
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.AVACloud.Client
Assembly: Dangl.AVACloud.Client.dll
Syntax
public class XmlSchemaValidationCheckDetails : INotifyPropertyChanged
Properties
| Improve this Doc View SourceLineNumber
The line number on which the validation happened
Declaration
[JsonProperty("lineNumber", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int LineNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LinePosition
The position in the line
Declaration
[JsonProperty("linePosition", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int LinePosition { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFromJson(String)
Declaration
public static XmlSchemaValidationCheckDetails FromJson(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Returns
Type | Description |
---|---|
XmlSchemaValidationCheckDetails |
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged