|  | GetDigitalSafeResult Class | 
[Missing <summary> documentation for "T:Enerj.CDI.WebService.V4.GetDigitalSafeResult"]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Enerj.CDI.WebService.V4
 Syntax
Syntaxpublic class GetDigitalSafeResult : ResultDataBase
The GetDigitalSafeResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GetDigitalSafeResult | Initializes a new instance of the GetDigitalSafeResult class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DigitaSafe | 
            list of TemplateInstanceDTO
             | 
|  | ErrorList | 
            Contains the error list (only if IsOk is false)
            (Inherited from ResultDataBase.) | 
|  | IsOk | 
            Boolean variable that indicates if an error occured. False, if an error is present. True: if it's all ok
            (Inherited from ResultDataBase.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also