コード例 #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