AspNetEdit.UI.PropertyEditors.BaseEditor.BaseEditor C# (CSharp) Метод

BaseEditor() публичный Метод

public BaseEditor ( GridRow parentRow ) : System
parentRow GridRow
Результат System
        public BaseEditor(GridRow parentRow)
        {
            this.parentRow = parentRow;
        }