EAAddinFramework.Databases.Column.createTraceTaggedValue C# (CSharp) Method

createTraceTaggedValue() private method

private createTraceTaggedValue ( ) : void
return void
        internal override void createTraceTaggedValue()
        {
            if (this._wrappedattribute != null)
            {
                string tagValue = string.Empty;
                if (_logicalAttribute != null) tagValue = _logicalAttribute.guid;
                 this._wrappedattribute.addTaggedValue("sourceAttribute",tagValue);
            }
        }