Share via


ObjectSet Members

Include Protected Members
Include Inherited Members

The ObjectSet object represents a policy-based management set of objects.

The ObjectSet type exposes the following members.

Constructors

  Name Description
Public method ObjectSet() Initializes a new instance of the ObjectSet class.
Public method ObjectSet(PolicyStore, String) Initializes a new instance of the ObjectSet class that has the specified parent policy store and the specified name.

Top

Methods

  Name Description
Public method Alter()
Protected method AlterImpl() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method CalculateTargets(ISfcConnection)
Public method CalculateTargets(SqlStoreConnection, String)
Public methodStatic member CalculateTargets(ISfcConnection, SfcQueryExpression)
Public method CalculateTargets(SqlStoreConnection, Condition, String, array<Object[]%, array<TargetEvaluation[]%)
Protected method CheckObjectCreated() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method CheckObjectState() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method Create()
Protected method CreateIdentityKey() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method CreateImpl() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method Discover(ISfcDependencyDiscoveryObjectSink) (Overrides SfcInstanceDiscover(ISfcDependencyDiscoveryObjectSink).)
Public method Drop()
Protected method DropImpl() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Protected method GetChildCollection(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method GetDomain() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method GetHashCode() (Inherited from Object.)
Public methodStatic member GetObjectFactory()
Public method GetPropertySet() Returns the set of properties for the SfcInstance object. (Inherited from SfcInstance.)
Public method GetType() (Inherited from Object.)
Protected method GetTypeMetadataImpl() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method InitializeUIPropertyState() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method MarkForDropImpl(Boolean) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method MarkRootAsConnected() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MoveImpl(SfcInstance) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs) Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.)
Protected method OnPropertyValueChanges(PropertyChangedEventArgs) Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.)
Protected method PostAlter(Object) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method PostCreate(Object) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method PostDrop(Object) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method PostMove(Object) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method PostRename(Object) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method Refresh() Refreshes the object's properties by reading them from the server. (Inherited from SfcInstance.)
Protected method RenameImpl(SfcKey) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method ResetKey() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method ScriptAlter()
Public method ScriptCreate()
Public method ScriptDrop()
Public method Serialize(XmlWriter) Serializes the instance to XML. (Inherited from SfcInstance.)
Public method ToString() Returns a string representation of the instance Urn. (Inherited from SfcInstance.)
Protected method UpdateUIPropertyState() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected method Validate() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public method Validate(String)

Top

Properties

  Name Description
Protected property AbstractIdentityKey() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public property Facet Gets or sets the facet value for the object set.
Public property ID Gets the ID value that uniquely identifies the object set.
Public property IdentityKey
Public property Metadata() Returns metadata about the instance and its domain. (Inherited from SfcInstance.)
Public property Name Gets the name of the object set.
Public property Parent Gets or sets the parent of the ObjectSet object.
Public property Properties() Returns a collection instance properties. (Inherited from SfcInstance.)
Protected property PropertyStorageProvider() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Protected property State() Returns the state of the SfcInstance object. (Inherited from SfcInstance.)
Public property TargetSets
Public property Urn() Returns the uniform resource name of the SfcInstance object. (Inherited from SfcInstance.)

Top

Events

  Name Description
Protected event propertyChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public event PropertyChanged() CLS-compliant event for property changes. (Inherited from SfcInstance.)
Protected event propertyMetadataChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.)
Public event PropertyMetadataChanged() CLS-compliant event for property metadata changes. (Inherited from SfcInstance.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcValidateValidate(String, array<Object[])

Top