메소드 | 설명 | |
---|---|---|
ApplyReconciliationBehaviour ( [ |
Allows ledger bucket specific behaviour during reconciliation.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object, is equal to this instance. Delegates to Equals(LedgerBucket)
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
operator ( ) : bool |
Implements the operator ==. Delegates to Equals.
|
메소드 | 설명 | |
---|---|---|
Equals ( [ other ) : bool |
Returns true if the to ledger buckets are refering to the same bucket.
|
|
ValidateBucketSet ( |
Validates the bucket provided is valid for use with this LedgerBucket. There is an explicit relationship between BudgetBuckets and LedgerBuckets.
|
public abstract ApplyReconciliationBehaviour ( [ |
||
transactions | [ |
|
reconciliationDate | System.DateTime | |
openingBalance | decimal | |
리턴 | void |
public Equals ( object obj ) : bool | ||
obj | object | The |
리턴 | bool |
protected abstract ValidateBucketSet ( |
||
bucket | ||
리턴 | void |