The IProperties type exposes the following members.

ToggleMethods

Type NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodFindProperty
Returns the Property object specified by name in this Properties collection.
Public methodGetBinaryListValue
Locates a PropertyBinaryList property by name in this Properties collection and returns the value it holds.
Public methodGetBinaryValue
Locates a PropertyBinary property by name in this Properties collection and returns the value it holds.
Public methodGetBooleanListValue
Locates a PropertyBooleanList property by name in this Properties collection and returns the value it holds.
Public methodGetBooleanValue
Locates a PropertyBoolean property by name in this Properties collection and returns the value it holds.
Public methodGetDateTimeListValue
Locates a PropertyDateTimeList property by name in this Properties collection and returns the value it holds.
Public methodGetDateTimeValue
Locates a PropertyDateTime property by name in this Properties collection and returns the value it holds.
Public methodGetDependentObjectListValue
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.
Public methodGetEngineObjectValue
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.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodGetFloat64ListValue
Locates a PropertyFloat64List property by name in this Properties collection and returns the value it holds.
Public methodGetFloat64Value
Locates a PropertyFloat64 property by name in this Properties collection and returns the value it holds.
Public methodGetIdListValue
Locates a PropertyIdList property by name in this Properties collection and returns the value it holds.
Public methodGetIdValue
Locates a PropertyId property by name in this Properties collection and returns the value it holds.
Public methodGetIndependentObjectSetValue
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.
Public methodGetInputStreamValue
Locates a PropertyContent property by name in this Properties collection and returns the value it holds.
Public methodGetInteger32ListValue
Locates a PropertyInteger32List property by name in this Properties collection and returns the value it holds.
Public methodGetInteger32Value
Locates a PropertyInteger32 property by name in this Properties collection and returns the value it holds.
Public methodGetObjectValue
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.
Public methodGetProperty
Returns the Property object specified by name in this Properties collection.
Public methodGetStringListValue
Locates a PropertyStringList property by name in this Properties collection and returns the value it holds.
Public methodGetStringValue
Locates a PropertyString property by name in this Properties collection and returns the value it holds.
Public methodIsDirty
Specifies whether this Properties collection has changed since it was last saved (True) or not (False).
Public methodIsPropertyPresent
Returns whether this Properties collection holds a Property instance having the given property name (True) or not (False).
Public methodNullifyProperty
Set a property to Null specifying the type of the object. Create the property if one is not present at this name.
Public methodRemoveFromCacheOverloaded.
Public methodToArray
Provides a means of traversing the property instances held in the collection using a positional value.

ToggleSee Also