J
Julia
Hi,
I am looking for a way with which I can selectively copy properties of an
object.
in some circumstances I need to copy all properties
and in the other I need to copy only some of them(always the same)
I am thinking to use attribute if the property should be copy
and I wonder can I set and change an attribute of an object at run time
so when I need to copy all properties I set an attribute for the object
[CopyAll]?
Thanks in advance.
I am looking for a way with which I can selectively copy properties of an
object.
in some circumstances I need to copy all properties
and in the other I need to copy only some of them(always the same)
I am thinking to use attribute if the property should be copy
and I wonder can I set and change an attribute of an object at run time
so when I need to copy all properties I set an attribute for the object
[CopyAll]?
Thanks in advance.