Click or drag to resize

RefPropertyAttribValueSet Methods

The RefPropertyAttribValueSet type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone metode is mainly for DataObjectVersion.Clone and for DataObject.AddVersion metodes.
(Overrides RefPropertyAttribValueClone.)
Public methodGetProperty
Returns the property object from the static class based on the property ID. The Property object is not embedded into the class because it will increase the size of the object graph during serialization/remoting
(Inherited from RefPropertyAttribValue.)
Protected methodGetValue
Returns the SetPropertyValue object
(Overrides RefPropertyAttribValueGetValue.)
Public methodIsEqualTo
Compares to RefPropertyAttribValue objects based on the SetPropertyValue ID colums.
(Overrides RefPropertyAttribValueIsEqualTo(RefPropertyAttribValue).)
Protected methodSetValue
Sets the value of the property. An exception is raised if the value is not a SetPropertyValue object or null.
(Overrides RefPropertyAttribValueSetValue(Object).)
Public methodToString
Returns string represenation of the object
(Inherited from RefPropertyAttribValue.)
Public methodToString(String)
Returns string represenation of the object
(Inherited from RefPropertyAttribValue.)
Public methodToString(String, Boolean)
Returns string represenation of the object
(Inherited from RefPropertyAttribValue.)
Public methodToString(AppFormatInfo, Boolean)
Returns string representation of the attribute value.
(Overrides RefPropertyAttribValueToString(AppFormatInfo, Boolean).)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
(Inherited from RefPropertyAttribValue.)
Top
See Also