DataDictionary.Generated.Collection.setTypeName C# (CSharp) 메소드

setTypeName() 공개 메소드

public setTypeName ( string v ) : void
v string
리턴 void
        public void setTypeName( string  v)
        {
            aTypeName = v;
              __setDirty(true);
              NotifyControllers(null);
        }