BH.oM.Versioning.VersioningTargetAttribute¶
Attribute defining the specific type a versioning method is targeting. The target type needs to be specified including the full namespace. This attribute can be used multiple times if a method is targeting more than one element.
Class structure¶
Implemented interfaces and base types¶
The VersioningTargetAttribute is inheriting from the following base type(s) and implements the following interfaces:
- Attribute
- BH.oM.Base.IImmutable
- BH.oM.Base.IObject
Properties¶
Defining properties¶
The following properties are defined on the class
Name | Type | Description | Quantity |
---|---|---|---|
Target | string | - | - |
Inherited properties¶
The following properties are inherited from the base class of the object
Name | Type | Description | Quantity |
---|---|---|---|
TypeId | object | - | - |
Code and Schema¶
C# implementation¶
C#
public class VersioningTargetAttribute : System.Attribute, BH.oM.Base.IImmutable, BH.oM.Base.IObject
Assembly: Versioning_oM.dll
The C# class definition is available on github:
All history and changes of the class can be found by inspection the history.