◆ GetComponent()
IComponentMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.GetComponent | ( | ) |
Get the component which the property belongs to.
- Returns
- The component
\r\n
51Degrees specific meta data.
This adds meta data properties which are available in 51Degrees Engines. See the Specification
IComponentMetaData | GetComponent ()
Get the component which the property belongs to. More...
|
IEnumerable< IValueMetaData > | GetValues ()
Get the values which relate to the property i.e. More...
|
IValueMetaData | GetValue (string valueName)
Get the value from the property which has the name provided. More...
|
IValueMetaData | GetDefaultValue ()
Get the default value for this property. More...
|
string | Url [get]
URL relating to the property. More...
|
byte | DisplayOrder [get]
Order to display the property. More...
|
bool | Mandatory [get]
True if the property is mandatory. More...
|
bool | List [get]
True if the property value type is a list. More...
|
bool | Obsolete [get]
True if the property is obsolete. More...
|
bool | Show [get]
True if the property should be shown. More...
|
bool | ShowValues [get]
True if the values of the property should be shown. More...
|
IComponentMetaData | Component [get]
The component which the property belongs to. More...
|
IReadOnlyList< IValueMetaData > | Values [get]
The list of values which relate to the property i.e. More...
|
IValueMetaData | DefaultValue [get]
The default value for this property. More...
|
Properties inherited from FiftyOne.Pipeline.Engines.Data.IAspectPropertyMetaData | |
IList< string > | DataTiersWherePresent [get]
|
string | Description [get]
|
Properties inherited from FiftyOne.Pipeline.Core.Data.IElementPropertyMetaData | |
string | Name [get]
|
IFlowElement | Element [get]
|
string | Category [get]
|
Type | Type [get]
|
bool | Available [get]
|
IReadOnlyList< IElementPropertyMetaData > | ItemProperties [get]
|
IReadOnlyDictionary< string, IElementPropertyMetaData > | ItemPropertyDictionary [get]
|
bool | DelayExecution [get]
|
IReadOnlyList< string > | EvidenceProperties [get]
|
IComponentMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.GetComponent | ( | ) |
Get the component which the property belongs to.
IValueMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.GetDefaultValue | ( | ) |
Get the default value for this property.
IValueMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.GetValue | ( | string | valueName | ) |
Get the value from the property which has the name provided.
Null is returned if the property does not contain a value with the name provided
IEnumerable<IValueMetaData> FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.GetValues | ( | ) |
Get the values which relate to the property i.e.
the values which can be returned for this property.
IComponentMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.Component |
The component which the property belongs to.
IValueMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.DefaultValue |
The default value for this property.
byte FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.DisplayOrder |
Order to display the property.
bool FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.List |
True if the property value type is a list.
bool FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.Mandatory |
True if the property is mandatory.
bool FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.Obsolete |
True if the property is obsolete.
bool FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.Show |
True if the property should be shown.
bool FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.ShowValues |
True if the values of the property should be shown.
string FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.Url |
URL relating to the property.
IReadOnlyList<IValueMetaData> FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneAspectPropertyMetaData.Values |
The list of values which relate to the property i.e.
the values which can be returned for this property.