Class XmlDSigContentType
Inheritance
System.Object
    XmlDSigContentType
  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: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Eagle]
public class XmlDSigContentType
  Constructors
XmlDSigContentType()
Creates a new instance of this class
Declaration
public XmlDSigContentType()
  Properties
Description
Declaration
[Eagle]
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ErrorInfo
Declaration
[Eagle]
public string ErrorInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Nodes
Declaration
[Eagle]
public List<XmlDSigContentType> Nodes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<XmlDSigContentType> | 
Status
Declaration
[Eagle]
public XmlDSigStatusType Status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| XmlDSigStatusType | 
Warning
Declaration
[Eagle]
public bool Warning { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |