CK.Plugins.ObjectExplorer.ViewModels.LogViewModels.VMLogBaseElement.VMLogBaseElement C# (CSharp) Method

VMLogBaseElement() public method

public VMLogBaseElement ( string name, bool isBound ) : System
name string
isBound bool
return System
        public VMLogBaseElement(string name, bool isBound)
        {
            Name = name;
            IsBound = isBound;
        }