Пример #1
0
 protected override void LoadExtendedProperties()
 {
     if (Configuration.Instance.IncludeFunctionExtendedProperties)
     {
         ExtendedProperties.AddRange(PropertySource);
     }
 }
Пример #2
0
 protected override void LoadExtendedProperties()
 {
     ExtendedProperties.AddRange(PropertySource);
 }
 /// <summary>
 /// Override to populate the extended properties from the implemented association.
 /// </summary>
 protected override void LoadExtendedProperties()
 {
     ExtendedProperties.AddRange(AssociationSource);
 }