예제 #1
0
파일: Component.cs 프로젝트: wshanshan/DDD
            //private static Parameter m_SubclassUseClassNameParameter; removing this for now. -mw 8/28/07

            static Class()
            {
                m_InstanceUseClassNameParameter = new Parameter("Class.Instances Use Class Name", typeof(bool), Boolean.FalseString);
                //m_SubclassUseClassNameParameter = new Parameter("Class.Subclasses Use Class Name", typeof(bool), Boolean.FalseString);
            }
예제 #2
0
파일: Component.cs 프로젝트: wshanshan/DDD
 static Component()
 {
     m_ComponentType = new Parameter("Type", typeof(string));
 }//static constructor