Omikron.FactFinder.Core.Server.RequestType.RequestType C# (CSharp) Method

RequestType() private method

private RequestType ( int value, string name )
value int
name string
        private RequestType(int value, string name)
        {
            this.name = name;
            this.value = value;
        }