Bi |
The BiDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| BiDefinition | Default ctor |
| Name | Description | |
|---|---|---|
| Id | Gets or sets the identifier | |
| Identifier | Allows for the association of an external identifier | |
| Label | Gets or sets the label | |
| MetaData | Represents BI metadata about the object | |
| Name | Gets or sets the alias name | |
| Ref | Gets or sets the reference | |
| Status | Gets or sets the status of the BI artifact | |
| StatusSpecified | Status has been specified | |
| Uuid | Gets or sets the UUID |
| Name | Description | |
|---|---|---|
| AsSummarized | Get this instance as a summarized instanced | |
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Load | Load the specified object | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Save | Saves this metadata definition to the specified stream | |
| ShouldSerializeUuid | UUID has been specified | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Validate | Validate this BI definition |
| Name | Description | |
|---|---|---|
| IsSystemObject | When true identifies the object as a system object |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |