Example #1
0
 public static Ice.DispatchStatus stringProperty___(RepoApi obj__, IceInternal.Incoming inS__, Ice.Current current__)
 {
     checkMode__(Ice.OperationMode.Idempotent, current__.mode);
     IceInternal.BasicStream is__ = inS__.istr();
     is__.startReadEncaps();
     string id;
     id = is__.readString();
     string propertyName;
     propertyName = is__.readString();
     is__.endReadEncaps();
     IceInternal.BasicStream os__ = inS__.ostr();
     string ret__ = obj__.stringProperty(id, propertyName, current__);
     os__.writeString(ret__);
     return Ice.DispatchStatus.DispatchOK;
 }