The IProperties 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.) |
![]() | CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection.) |
![]() | FindProperty |
Returns the Property object specified by name in this
Properties collection.
|
![]() | GetBinaryListValue |
Locates a PropertyBinaryList property by name in this Properties
collection and returns the value it holds.
|
![]() | GetBinaryValue |
Locates a PropertyBinary property by name in this Properties
collection and returns the value it holds.
|
![]() | GetBooleanListValue |
Locates a PropertyBooleanList property by name in this Properties
collection and returns the value it holds.
|
![]() | GetBooleanValue |
Locates a PropertyBoolean property by name in this Properties
collection and returns the value it holds.
|
![]() | GetDateTimeListValue |
Locates a PropertyDateTimeList property by name in this Properties
collection and returns the value it holds.
|
![]() | GetDateTimeValue |
Locates a PropertyDateTime property by name in this Properties
collection and returns the value it holds.
|
![]() | GetDependentObjectListValue |
Locates a PropertyDependentObjectList property by name in this
Properties collection and returns the value it holds. If the
property holds a reference object (Property.PropertyState = REFERENCE)
or or is unevaluated (Property.PropertyState = UNEVALUATED),
a round-trip is made to the server to fetch its value.
|
![]() | GetEngineObjectValue |
Locates a PropertyEngineObject property by name in this
Properties collection and returns the value it holds. If the
property holds a reference object (Property.PropertyState = REFERENCE)
or or is unevaluated (Property.PropertyState = UNEVALUATED),
a round-trip is made to the server to fetch its value.
|
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetFloat64ListValue |
Locates a PropertyFloat64List property by name in this Properties
collection and returns the value it holds.
|
![]() | GetFloat64Value |
Locates a PropertyFloat64 property by name in this Properties
collection and returns the value it holds.
|
![]() | GetIdListValue |
Locates a PropertyIdList property by name in this Properties
collection and returns the value it holds.
|
![]() | GetIdValue |
Locates a PropertyId property by name in this Properties
collection and returns the value it holds.
|
![]() | GetIndependentObjectSetValue |
Locates a PropertyIndependentObjectSet property by name in this
Properties collection and returns the value it holds. If the
property holds a reference object (Property.PropertyState = REFERENCE)
or or is unevaluated (Property.PropertyState = UNEVALUATED),
a round-trip is made to the server to fetch its value.
|
![]() | GetInputStreamValue |
Locates a PropertyContent property by name in this Properties
collection and returns the value it holds.
|
![]() | GetInteger32ListValue |
Locates a PropertyInteger32List property by name in this Properties
collection and returns the value it holds.
|
![]() | GetInteger32Value |
Locates a PropertyInteger32 property by name in this Properties
collection and returns the value it holds.
|
![]() | GetObjectValue |
Locates a property by name in this Properties collection and returns
the value it holds. If the property holds a reference object
(Property.PropertyState = REFERENCE) or or is unevaluated
(Property.PropertyState = UNEVALUATED), a round-trip is made to the
server to fetch its value.
|
![]() | GetProperty |
Returns the Property object specified by name in this
Properties collection.
|
![]() | GetStringListValue |
Locates a PropertyStringList property by name in this Properties
collection and returns the value it holds.
|
![]() | GetStringValue |
Locates a PropertyString property by name in this Properties
collection and returns the value it holds.
|
![]() | IsDirty |
Specifies whether this Properties collection has changed since it
was last saved (True) or not (False).
|
![]() | IsPropertyPresent |
Returns whether this Properties collection holds a Property
instance having the given property name (True) or not (False).
|
![]() | NullifyProperty |
Set a property to Null specifying the type of the object.
Create the property if one is not present at this name.
|
![]() | RemoveFromCache | Overloaded. |
![]() | ToArray |
Provides a means of traversing the property instances held in the collection
using a positional value.
|