Uses of Class
com.aspose.tasks.GenericProperty
-
-
Uses of GenericProperty in com.aspose.tasks
Methods in com.aspose.tasks that return GenericProperty Modifier and Type Method Description GenericProperty<TKey>GenericProperty. Clone()Creates and returns a deep copy of this instance.Methods in com.aspose.tasks with parameters of type GenericProperty Modifier and Type Method Description voidGenericProperty. CloneTo(GenericProperty<TKey> that)Makes a deep copy of the instance into another instance.static <TKey> booleanGenericProperty. equals(GenericProperty<TKey> obj1, GenericProperty<TKey> obj2)Returns a value indicating whether specifiedobj1instance is equal to the specifiedobj2instance.
-