Glipho.OAuth.Providers.Database.Mongo.ConsumerStub.ToString C# (CSharp) Method

ToString() public method

Returns a System.String that represents the current ConsumerStub.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return string.Format(
                "{0} [{1}, {2}]",
                this.GetType().Name,
                this.Id,
                this.Name);
        }