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

VMLogPropertyConfig() public method

public VMLogPropertyConfig ( string propertyName, bool isBound ) : CK.Plugin
propertyName string
isBound bool
return CK.Plugin
        public VMLogPropertyConfig(string propertyName, bool isBound)
            : this(propertyName,"", false, 0, isBound)
        {
        }

Same methods

VMLogPropertyConfig::VMLogPropertyConfig ( string propertyName, string propertyType, bool doLogErrors, LogPropertyFilter logFilter, bool isBound ) : CK.Plugin