Adf.Base.Authorization.Actions.Actions C# (CSharp) Method

Actions() public method

public Actions ( string name ) : Adf.Core
name string
return Adf.Core
        public Actions(string name)
            : base(name)
        {
        }
Actions