The IPropertyBinaryList type exposes the following members.
Methods
Type | Name | Description |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | GetBinaryListValue |
Returns the value held by the Content Engine property represented by this
PropertyBinaryList object.
(Inherited from IProperty.) |
![]() | GetBinaryValue |
Returns the value held by the Content Engine property represented by this
PropertyBinary object.
(Inherited from IProperty.) |
![]() | GetBooleanListValue |
Returns the value held by the Content Engine property represented by this
PropertyBooleanList object.
(Inherited from IProperty.) |
![]() | GetBooleanValue |
Returns the value held by the Content Engine property represented by this
PropertyBoolean object.
(Inherited from IProperty.) |
![]() | GetDateTimeListValue |
Returns the value held by the Content Engine property represented by this
PropertyDateTimeList object.
(Inherited from IProperty.) |
![]() | GetDateTimeValue |
Returns the value held by the Content Engine property represented by this
PropertyDateTime object.
(Inherited from IProperty.) |
![]() | GetDependentObjectListValue |
Returns the list of values held by the Content Engine property collection
represented by this PropertyDependentObjectList object.
(Inherited from IProperty.) |
![]() | GetEngineObjectValue |
Returns the value held by the Content Engine property represented by this
PropertyEngineObject object.
(Inherited from IProperty.) |
![]() | GetFloat64ListValue |
Returns the value held by the Content Engine property represented by this
PropertyFloat64List object.
(Inherited from IProperty.) |
![]() | GetFloat64Value |
Returns the value held by the Content Engine property represented by this
PropertyFloat64 object.
(Inherited from IProperty.) |
![]() | GetIdListValue |
Returns the value held by the Content Engine property represented by this
PropertyIdList object.
(Inherited from IProperty.) |
![]() | GetIdValue |
Returns the value held by the Content Engine property represented by this
PropertyId object.
(Inherited from IProperty.) |
![]() | GetIndependentObjectSetValue |
Returns the set of values held by the Content Engine property collection
represented by this PropertyIndependentObjectSet object.
(Inherited from IProperty.) |
![]() | GetInputStreamValue |
Returns the value held by the Content Engine property represented by this
PropertyContent object.
(Inherited from IProperty.) |
![]() | GetInteger32ListValue |
Returns the value held by the Content Engine property represented by this
PropertyInteger32List object.
(Inherited from IProperty.) |
![]() | GetInteger32Value |
Returns the value held by the Content Engine property represented by this
PropertyInteger32 object.
(Inherited from IProperty.) |
![]() | GetObjectValue |
Returns the value held by the Content Engine property represented by this
Property object. If the property holds an unevaluated object or
a reference object, this method makes a round trip to the server to retrieve
the object value.
(Inherited from IProperty.) |
![]() | GetPropertyName |
Returns the name of the Content Engine property represented by this
Property object.
(Inherited from IProperty.) |
![]() | GetRetrievalErrorValue |
Returns the error code held by this Property object when the Content Engine
property that it represents cannot be accessed.
(Inherited from IProperty.) |
![]() | GetState |
Returns a PropertyState constant that specifies the type of value held
by this Property object as it relates to a particular Content Engine
property. Possible values are:
(Inherited from IProperty.)
|
![]() | GetStringListValue |
Returns the value held by the Content Engine property represented by this
PropertyStringList object.
(Inherited from IProperty.) |
![]() | GetStringValue |
Returns the value held by the Content Engine property represented by this
PropertyString object.
(Inherited from IProperty.) |
![]() | IsDirty |
Specifies whether the value of the Content Engine property represented by
this Property object has changed since it was last saved (True)
or not (False).
(Inherited from IProperty.) |
![]() | IsSettable |
Specifies whether the value of the Content Engine property represented by
this Property object can be set by an application (True) or
not (False).
(Inherited from IProperty.) |
![]() | SetObjectValue |
Sets the value of the Content Engine property represented by this Property
object to the specified Object.
(Inherited from IProperty.)
|
![]() | SetValue |
Sets the value of this Content Engine property.
|