コード例 #1
0
 public bool Validate(out string errorMessage)
 {
     return(DetailPrototype.ValidateDetailPrototype(this, out errorMessage));
 }
コード例 #2
0
        public bool Validate()
        {
            string text;

            return(DetailPrototype.ValidateDetailPrototype(this, out text));
        }