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);
        }