AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentityAttribute.ComponentIdentityAttribute C# (CSharp) Method

ComponentIdentityAttribute() public method

Constructor
public ComponentIdentityAttribute ( string fullyQualifiedName ) : System
fullyQualifiedName string Name of the component
return System
        public ComponentIdentityAttribute(string fullyQualifiedName)
        {
            _fullyQualifiedName = fullyQualifiedName;
        }
ComponentIdentityAttribute