IElementDirectory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Directory of model elements contained within a store or partition.
public interface class IElementDirectory
public interface IElementDirectory
type IElementDirectory = interface
Public Interface IElementDirectory
Properties
AllElements |
Gets a read-only collection of all elements in the directory. |
Methods
ContainsDeletedElement(Guid) |
Is the input elementId the id of an element in the set of deleted elements. |
ContainsElement(Guid) |
Gets whether element with the given ID present in directory. |
FindDeletedElement(Guid) |
Get a particular element that has been deleted. |
FindElement(Guid) |
Gets an element with specified ID. |
FindElementLink(Guid) |
Find a particular instance of a domain relationship. |
FindElements(DomainClassInfo, Boolean) |
Finds all elements in directory of specified domain class. |
FindElements(DomainClassInfo) |
Finds all elements in directory of specified domain class. |
FindElements(Guid, Boolean) |
Finds all elements in directory of specified domain class. |
FindElements(Guid) |
Finds all elements in directory of specified domain class. |
FindElements<T>() |
Finds all elements in directory of specified type. |
FindElements<T>(Boolean) |
Finds all elements in directory of specified type. |
GetDeletedElement(Guid) |
Get a particular element that has been deleted. |
GetElement(Guid) |
Get a particular element. |
GetElementLink(Guid) |
Get a particular instance of a domain relationship. |
GetElements(IEnumerable<Guid>) |
Get the set of elements with ID's in a particular set. |