Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renaming each attribute in the input set by applying a provided format string. The format string can contain literal text and one instance each of the replacement indicators ('{a}' or '{A}') for the (original or capitalized) form name of the projection owner, ('{m}' or '{M}') for the (original or capitalized) resolved name of the member attribute, ('{mo}' or '{Mo}') for the (original or capitalized) original name of the member attribute, and '{o}' for the held ordinal of the attribute in the set. Examples are "{m}AsPartOf{A}", "{a}{M}" or "{a}{M}{o}". For a detailed description and a list of use cases for this operation refer to this page.
public class CdmOperationRenameAttributes extends CdmOperationBase
CdmProjection extends CdmObjectDefinition in Python.
Constructors
Name | Description |
---|---|
CdmOperationRenameAttributes(CdmCorpusContext) ctx: The corpus context. |
Initializes a new instance of the CdmOperationRenameAttributes class. |
Properties
Name | Type | Description |
---|---|---|
ApplyTo | List<string> | A list of attributes from the input attributes set that will renamed following the patterns specified on RenameFormat. If not specified, renames all the attributes. |
RenameFormat | string | A string pattern used to determine the new name for each attribute. |
Common properties
Name | Type | Description |
---|---|---|
Condition | string | A string condition that is evaluated at runtime to determine if the operation will run or not. If the condition evaluates to false, only this operation will not run. |
Explanation | string | The operation's explanation. |
SourceInput | bool? | Property of an operation that defines if the operation receives the input from previous operation or from source entity. If true, this operation receives the attributes coming from the source entity while if false, receives the attributes coming from the previous operation. In case this property is not set, it defaults to !runSequentially . |
Methods
Name | Description | Return Type |
---|---|---|
GetName() | See CdmObjectDefinition.GetName(). | string |
IsDerivedFrom(string, ResolveOptions) | See CdmObject.IsDerivedFrom(...). | bool |
Copy(ResolveOptions, CdmObject) | See CdmObject.Copy(...). | CdmObject |
Validate() | See CdmObject.Validate(). | bool |