Dfs123BuilderValidate Method |
Validate will return a string of issues from the item builder.
When this returns an empty list, the item has been properly build.
This is a stage 1 method.
Namespace: DHI.Generic.MikeZero.DFS.dfs123Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public string[] Validate()
Public Function Validate As String()
public:
virtual array<String^>^ Validate() sealed
abstract Validate : unit -> string[]
override Validate : unit -> string[]
Return Value
Type:
StringImplements
IDfs123BuilderValidateSee Also