Exemplo n.º 1
0
        protected void AddProperty(string fieldName, IPalasoDataObjectProperty field)
        {
            Properties.Add(new KeyValuePair <string, IPalasoDataObjectProperty>(fieldName, field));
            field.Parent = this;

            //temp hack until mt's use parents for notification
            if (field is MultiText)
            {
                WireUpChild((INotifyPropertyChanged)field);
            }
        }
Exemplo n.º 2
0
 public bool Equals(IPalasoDataObjectProperty other)
 {
     return(Equals((PictureRef)other));
 }
Exemplo n.º 3
0
 public virtual bool Equals(IPalasoDataObjectProperty other)
 {
     return(Equals((MultiText)other));
 }
Exemplo n.º 4
0
		public bool Equals(IPalasoDataObjectProperty other)
		{
			return Equals((object) other);
		}
Exemplo n.º 5
0
 public override bool Equals(IPalasoDataObjectProperty other)
 {
     return(Equals((LexField)other));
 }
Exemplo n.º 6
0
 public bool Equals(IPalasoDataObjectProperty other)
 {
     return(Equals((LexRelation)other));
 }
Exemplo n.º 7
0
 public bool Equals(IPalasoDataObjectProperty other)
 {
     return(Equals((FlagState)other));
 }
Exemplo n.º 8
0
 public bool Equals(IPalasoDataObjectProperty other)
 {
     return(Equals((object)other));
 }
Exemplo n.º 9
0
 public bool Equals(IPalasoDataObjectProperty other)
 {
     return(Equals((EmbeddedXmlCollection)other));
 }