Uses of Enum Class
ion.Core.Property.SetValuePolicy
Packages that use Property.SetValuePolicy
-
Uses of Property.SetValuePolicy in ion.Core
Methods in ion.Core that return Property.SetValuePolicyModifier and TypeMethodDescriptionstatic Property.SetValuePolicyReturns the enum constant of this class with the specified name.static Property.SetValuePolicy[]Property.SetValuePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ion.Core with parameters of type Property.SetValuePolicyModifierConstructorDescriptionProperty(Property.SetValuePolicy policy) Creates a Property with a particular policy to handle conflicting SetValues requestsProperty(TValue value, Property.SetValuePolicy policy) Creates a Property with a particular initial value and a policy to handle conflicting SetValues requests