예제 #1
0
 public ArticleMasterSetResult(ArticleMasterSetResultValue value)
     :
     this(value, null)
 {
 }
예제 #2
0
 public ArticleMasterSetResult(ArticleMasterSetResultValue value, String?text)
 {
     this.Value = value;
     this.Text  = text;
 }
 public String ConvertFrom(ArticleMasterSetResultValue value)
 {
     return(value.ToString());
 }