The csharp Chummer.ExpenseLogEntry is a component of the Chummer character creation software written in C#. It represents an entry in the expense log, which tracks the expenses incurred during character creation. This class stores information such as the expense amount, the category and subcategory of the expense, and any notes associated with the expense. It is used to record and manage expenses for a character's creation process.
C# (CSharp) Chummer ExpenseLogEntry - 33 examples found. These are the top rated real world C# (CSharp) examples of Chummer.ExpenseLogEntry extracted from open source projects. You can rate examples to help us improve the quality of examples.