コード例 #1
0
 public ComponentAttribute(int attributeID, string componentKey)
 {
     ComponentKey           = componentKey;
     AttributeID            = attributeID;
     datacomponentAttribute = new Data.ComponentAttribute();
     Load();
 }
コード例 #2
0
 public ComponentAttribute()
 {
     UsageFieldType = UsageType._InputField;
     SetDefault();
     datacomponentAttribute = new Data.ComponentAttribute();
 }