AspComet.Specifications.MessageBuilder.BuildWithRandomPropertyValues C# (CSharp) Метод

BuildWithRandomPropertyValues() публичный статический Метод

public static BuildWithRandomPropertyValues ( ) : Message
Результат Message
        public static Message BuildWithRandomPropertyValues()
        {
            return new Message
            {
                channel = RandomString(),
                clientId = RandomString(),
                connectionType = RandomString(),
                error = RandomString(),
                id = RandomString(),
                minimumVersion = RandomString(),
                subscription = RandomString()
            };
        }