Dev2.DynamicServices.StudioAccount.StudioAccount C# (CSharp) Method

StudioAccount() public method

public StudioAccount ( IByteReaderBase reader ) : System
reader IByteReaderBase
return System
        public StudioAccount(IByteReaderBase reader)
            : base(reader)
        {
        }
        #endregion

Same methods

StudioAccount::StudioAccount ( string username, string password ) : System