Ejemplo n.º 1
0
 public void SetAttribute(MainAttribute attribute)
 {
     Attribute = attribute.Id;
 }
Ejemplo n.º 2
0
 public void SetRelatedAttribute(MainAttribute attribute)
 {
     RelatedAttribute = attribute.Id;
 }
Ejemplo n.º 3
0
 public MainAttribute GetAttribute()
 {
     return(MainAttribute.GetAttributeById(Attribute));
 }
Ejemplo n.º 4
0
 public MainAttribute GetRelatedAttribute()
 {
     return(MainAttribute.GetAttributeById(RelatedAttribute));
 }