Search Results for

    Show / Hide Table of Contents

    Class BillableItemChangedEventArgs

    Eventarguments for changed articleitem

    Inheritance
    System.Object
    System.EventArgs
    BillableItemChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class BillableItemChangedEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    ArticleItemId

    Declaration
    public Guid ArticleItemId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Deleted

    Declaration
    public bool Deleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RemoveFrom

    Declaration
    public object RemoveFrom { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx