Share via


CollectionItem Members

Include Protected Members
Include Inherited Members

The CollectionItem class creates an instance of a collection item.

The CollectionItem type exposes the following members.

Constructors

  Name Description
Public method CollectionItem(CollectionSet, String) Creates an instance of a collection item given the collection set name and an item name.

Top

Methods

  Name Description
Public method Alter() Alters a collection item by applying the changes to the configuration store.
Protected method AlterImpl() (Inherited from SfcInstance.)
Protected method CheckObjectCreated() (Inherited from SfcInstance.)
Protected method CheckObjectState() (Inherited from SfcInstance.)
Protected method CreateIdentityKey() (Inherited from SfcInstance.)
Protected method CreateImpl() (Inherited from SfcInstance.)
Public method Discover(ISfcDependencyDiscoveryObjectSink) This method is for internal use only. (Overrides SfcInstanceDiscover(ISfcDependencyDiscoveryObjectSink).)
Protected method DropImpl() (Inherited from SfcInstance.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Protected method GetChildCollection(String) (Inherited from SfcInstance.)
Public method GetDomain() (Inherited from SfcInstance.)
Public method GetHashCode() (Inherited from Object.)
Public methodStatic member GetObjectFactory() Instantiates an instance of the constructor used for collection items.
Public method GetPropertySet() (Inherited from SfcInstance.)
Public method GetType() (Inherited from Object.)
Protected method GetTypeMetadataImpl() (Inherited from SfcInstance.)
Protected method InitializeUIPropertyState() (Inherited from SfcInstance.)
Public method MarkForDrop(Boolean) This method marks a collection item for dropping if the collection item has been changed.
Protected method MarkForDropImpl(Boolean) (Inherited from SfcInstance.)
Protected method MarkRootAsConnected() (Inherited from SfcInstance.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MoveImpl(SfcInstance) (Inherited from SfcInstance.)
Protected method OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs) (Inherited from SfcInstance.)
Protected method OnPropertyValueChanges(PropertyChangedEventArgs) (Inherited from SfcInstance.)
Protected method PostAlter(Object) (Inherited from SfcInstance.)
Protected method PostCreate(Object) (Inherited from SfcInstance.)
Protected method PostDrop(Object) (Inherited from SfcInstance.)
Protected method PostMove(Object) (Inherited from SfcInstance.)
Protected method PostRename(Object) (Inherited from SfcInstance.)
Public method Refresh() (Inherited from SfcInstance.)
Public method Rename(String) Renames a collection item.
Protected method RenameImpl(SfcKey) (Inherited from SfcInstance.)
Protected method ResetKey() (Inherited from SfcInstance.)
Public method Serialize(XmlWriter) (Inherited from SfcInstance.)
Public method ToString() (Inherited from SfcInstance.)
Protected method UpdateUIPropertyState() (Inherited from SfcInstance.)
Protected method Validate() (Inherited from SfcInstance.)

Top

Properties

  Name Description
Protected property AbstractIdentityKey() (Inherited from SfcInstance.)
Public property CollectionFrequency Gets or sets the collection frequency for this item if the collection set is running in CollectionMode = "continuous".
Public property Id Gets the collection item Id.
Public property IdentityKey Gets the identity key for the collection item.
Public property Metadata() (Inherited from SfcInstance.)
Public property Name Gets or sets the collection item name.
Public property Parameters Gets or sets collection item parameters.
Public property Parent Gets or sets the parent object in the object model hierarchy.
Public property Properties() (Inherited from SfcInstance.)
Protected property PropertyStorageProvider() (Inherited from SfcInstance.)
Protected property State() (Inherited from SfcInstance.)
Public property TypeName Gets or sets the name of the collector type that the collection item implements.
Public property Urn() (Inherited from SfcInstance.)

Top

Events

  Name Description
Protected event propertyChanged() (Inherited from SfcInstance.)
Public event PropertyChanged() (Inherited from SfcInstance.)
Protected event propertyMetadataChanged() (Inherited from SfcInstance.)
Public event PropertyMetadataChanged() (Inherited from SfcInstance.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcRenamableRename(SfcKey) This method is for internal use only.
Explicit interface implemetationPrivate method ISfcAlterableScriptAlter() This method is for internal use only.
Explicit interface implemetationPrivate method ISfcRenamableScriptRename(SfcKey) This method is for internal use only.

Top