C# Class StarryEyes.Models.Accounting.AccountRelationData

Store relation info for the account
Show file Open project: karno/StarryEyes Class Usage Examples

Public Methods

Method Description
AccountRelationData ( long accountId ) : System

Initialize account data info

Private Methods

Method Description
PropagateEvent ( RelationDataChangedInfo e ) : void

Method Details

AccountRelationData() public method

Initialize account data info
public AccountRelationData ( long accountId ) : System
accountId long bound account id
return System