BalticAmadeus.FluentMdx.MdxMember.MdxMember C# (CSharp) 메소드

MdxMember() 공개 메소드

Initializes a new instance of MdxMember.
public MdxMember ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public MdxMember()
        {
            _titles = new List<string>();
            _navigationFunctions = new List<MdxNavigationFunction>();

            Value = default(string);
        }